Podfile 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. platform :ios, '10.0'
  2. source 'https://github.com/firebase/SpecsDev.git'
  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. pod 'Firebase/MLCommon', :path => '../'
  26. pod 'Firebase/MLModelInterpreter', :path => '../'
  27. pod 'Firebase/MLVision', :path => '../'
  28. pod 'FirebasePerformance', :path => '../'
  29. pod 'FirebaseRemoteConfig', :path => '../'
  30. pod 'FirebaseStorage', :path => '../'
  31. pod 'GoogleUtilitiesComponents', :path => '../'
  32. # pod 'FirebaseUI'. - requires use_frameworks!
  33. # Other Google Pods
  34. # pod 'ARCore' Conflicts with FirebasePerformance via Clearcut and google-cast-sdk
  35. # pod 'Blockly' This is a Swift Pod and requires usage of use_frameworks!
  36. pod 'Crashlytics'
  37. pod 'DigitsMigrationHelper'
  38. pod 'EarlGrey'
  39. # pod 'GeoFire' -- requires Firebase/Database 4.0
  40. # pod 'google-cast-sdk' -- abseil
  41. pod 'Google-Mobile-Ads-SDK'
  42. pod 'GoogleAnalytics'
  43. pod 'GoogleAppIndexing'
  44. pod 'GoogleAppUtilities'
  45. pod 'GoogleAuthUtilities'
  46. pod 'GoogleConversionTracking'
  47. pod 'GoogleDataTransport'
  48. pod 'GoogleIDFASupport'
  49. pod 'GoogleInterchangeUtilities'
  50. pod 'GoogleMaps'
  51. pod 'GoogleMLKit'
  52. # pod 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
  53. pod 'GoogleNetworkingUtilities'
  54. pod 'GoogleParsingUtilities'
  55. pod 'GooglePlacePicker'
  56. pod 'GooglePlaces'
  57. pod 'GooglePlusUtilities'
  58. pod 'GoogleSignIn'
  59. pod 'GoogleSymbolUtilities'
  60. pod 'GoogleTagManager'
  61. pod 'GoogleToolboxForMac'
  62. pod 'GoogleUtilities'
  63. pod 'GTMAppAuth'
  64. # pod 'GTMHTTPFetcher' - conflicts with GTMSessionFetcher
  65. pod 'GTMSessionFetcher'
  66. # pod 'GVRSDK' -- absl and protobuf duplicates
  67. pod 'leveldb-library'
  68. # pod 'MDFTextAccessibility' - conflicts with GVRSDK
  69. pod 'nanopb'
  70. # pod 'NearbyMessages' # - conflicts with google-cast-sdk
  71. pod 'Protobuf'
  72. # Non-Google Pods
  73. end