Podfile 2.6 KB

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