Podfile 3.0 KB

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