Podfile 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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 'FirebaseAppDistribution', :path => '../'
  12. pod 'FirebaseAnalytics'
  13. pod 'FirebaseAuth', :path => '../'
  14. pod 'FirebaseCore', :path => '../'
  15. pod 'FirebaseCoreDiagnostics', :path => '../'
  16. pod 'FirebaseCrashlytics', :path => '../'
  17. pod 'FirebaseDatabase', :path => '../'
  18. pod 'FirebaseDynamicLinks', :path => '../'
  19. pod 'FirebaseFirestore', :path => '../'
  20. pod 'FirebaseFunctions', :path => '../'
  21. pod 'FirebaseInAppMessaging', :path => '../'
  22. pod 'FirebaseInstanceID', :path => '../'
  23. pod 'FirebaseInstallations', :path => '../'
  24. pod 'FirebaseMessaging', :path => '../'
  25. # Restore ML pods when #5746 is fixed.
  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 'GoogleUtilities', :path => '../'
  38. # pod 'FirebaseUI'. - requires use_frameworks!
  39. # Other Google Pods
  40. # pod 'ARCore' Conflicts with FirebasePerformance via Clearcut and google-cast-sdk
  41. # pod 'Blockly' This is a Swift Pod and requires usage of use_frameworks!
  42. pod 'Crashlytics'
  43. pod 'DigitsMigrationHelper'
  44. pod 'EarlGrey'
  45. # pod 'GeoFire' -- requires Firebase/Database 4.0
  46. # pod 'google-cast-sdk' -- abseil
  47. pod 'Google-Mobile-Ads-SDK'
  48. pod 'GoogleAnalytics'
  49. pod 'GoogleAppIndexing'
  50. pod 'GoogleAppUtilities'
  51. pod 'GoogleAuthUtilities'
  52. pod 'GoogleConversionTracking'
  53. pod 'GoogleIDFASupport'
  54. pod 'GoogleInterchangeUtilities'
  55. pod 'GoogleMaps'
  56. # pod 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
  57. pod 'GoogleNetworkingUtilities'
  58. pod 'GoogleParsingUtilities'
  59. pod 'GooglePlacePicker'
  60. pod 'GooglePlaces'
  61. pod 'GooglePlusUtilities'
  62. pod 'GoogleSignIn'
  63. pod 'GoogleSymbolUtilities'
  64. pod 'GoogleTagManager'
  65. pod 'GoogleToolboxForMac'
  66. pod 'GTMAppAuth'
  67. # pod 'GTMHTTPFetcher' - conflicts with GTMSessionFetcher
  68. pod 'GTMSessionFetcher'
  69. # pod 'GVRSDK' -- absl and protobuf duplicates
  70. pod 'leveldb-library'
  71. # pod 'MDFTextAccessibility' - conflicts with GVRSDK
  72. pod 'nanopb'
  73. # pod 'NearbyMessages' # - conflicts with google-cast-sdk
  74. pod 'Protobuf'
  75. # Non-Google Pods
  76. end