Podfile 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  3. source 'https://cdn.cocoapods.org/'
  4. target 'SymbolCollisionTest' do
  5. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  6. # use_frameworks!
  7. # Firebase Pods
  8. pod 'Firebase', :path => '../'
  9. pod 'FirebaseABTesting', :path => '../'
  10. pod 'FirebaseAnalytics'
  11. pod 'FirebaseAnalyticsInterop', :path => '../'
  12. pod 'FirebaseAuth', :path => '../'
  13. pod 'FirebaseAuthInterop', :path => '../'
  14. pod 'FirebaseCore', :path => '../'
  15. pod 'FirebaseCoreDiagnostics', :path => '../'
  16. pod 'FirebaseCoreDiagnosticsInterop', :path => '../'
  17. pod 'FirebaseCrashlytics', :path => '../'
  18. pod 'FirebaseDatabase', :path => '../'
  19. pod 'FirebaseDynamicLinks', :path => '../'
  20. pod 'FirebaseFirestore', :path => '../'
  21. pod 'FirebaseFunctions', :path => '../'
  22. pod 'FirebaseInAppMessaging', :path => '../'
  23. pod 'FirebaseInstanceID', :path => '../'
  24. pod 'FirebaseInstallations', :path => '../'
  25. pod 'FirebaseMessaging', :path => '../'
  26. pod 'FirebaseMLCommon'
  27. pod 'FirebaseMLModelInterpreter'
  28. pod 'FirebaseMLVision'
  29. pod 'FirebaseMLVisionBarcodeModel'
  30. pod 'FirebaseMLVisionFaceModel'
  31. pod 'FirebaseMLVisionLabelModel'
  32. pod 'FirebaseMLVisionTextModel'
  33. pod 'FirebasePerformance'
  34. pod 'FirebaseRemoteConfig', :path => '../'
  35. pod 'FirebaseStorage', :path => '../'
  36. pod 'GoogleDataTransport', :path => '../'
  37. pod 'GoogleDataTransportCCTSupport', :path => '../'
  38. pod 'GoogleUtilities', :path => '../'
  39. # pod 'FirebaseUI'. - requires use_frameworks!
  40. # Other Google Pods
  41. # pod 'ARCore' Conflicts with FirebasePerformance via Clearcut and google-cast-sdk
  42. # pod 'Blockly' This is a Swift Pod and requires usage of use_frameworks!
  43. pod 'Crashlytics'
  44. pod 'DigitsMigrationHelper'
  45. pod 'EarlGrey'
  46. # pod 'GeoFire' -- requires Firebase/Database 4.0
  47. # pod 'google-cast-sdk' -- abseil
  48. pod 'Google-Mobile-Ads-SDK'
  49. pod 'GoogleAnalytics'
  50. pod 'GoogleAppIndexing'
  51. pod 'GoogleAppUtilities'
  52. pod 'GoogleAuthUtilities'
  53. pod 'GoogleConversionTracking'
  54. pod 'GoogleIDFASupport'
  55. pod 'GoogleInterchangeUtilities'
  56. pod 'GoogleMaps'
  57. # pod 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
  58. pod 'GoogleNetworkingUtilities'
  59. pod 'GoogleParsingUtilities'
  60. pod 'GooglePlacePicker'
  61. pod 'GooglePlaces'
  62. pod 'GooglePlusUtilities'
  63. pod 'GoogleSignIn'
  64. pod 'GoogleSymbolUtilities'
  65. pod 'GoogleTagManager'
  66. pod 'GoogleToolboxForMac'
  67. pod 'GTMAppAuth'
  68. # pod 'GTMHTTPFetcher' - conflicts with GTMSessionFetcher
  69. pod 'GTMSessionFetcher'
  70. # pod 'GVRSDK' -- absl and protobuf duplicates
  71. pod 'leveldb-library'
  72. # pod 'MDFTextAccessibility' - conflicts with GVRSDK
  73. pod 'nanopb'
  74. # pod 'NearbyMessages' # - conflicts with google-cast-sdk
  75. pod 'Protobuf'
  76. # pod 'TensorFlow-experimental' -- conflicts with TensorFlowLiteC
  77. # Non-Google Pods
  78. end