Podfile 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. platform :ios, '11.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. use_frameworks!
  7. # Firebase Pods
  8. pod 'Firebase', :path => '../'
  9. pod 'FirebaseABTesting', :path => '../'
  10. pod 'FirebaseAppDistribution', :path => '../'
  11. pod 'FirebaseAnalytics'
  12. pod 'FirebaseAuth', :path => '../'
  13. pod 'FirebaseCore', :path => '../'
  14. pod 'FirebaseCoreExtension', :path => '../'
  15. pod 'FirebaseCoreInternal', :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. # MLKit is incompatible with ARCore.
  31. # duplicate symbol 'farmhashte::Fingerprint64WithSeeds. See #11003.
  32. # pod 'GoogleMLKit'
  33. # Other Google Pods
  34. pod 'ARCore'
  35. # pod 'Blockly' `Blockly` does not specify a Swift version ...
  36. pod 'DigitsMigrationHelper'
  37. pod 'EarlGrey'
  38. # pod 'GeoFire' -- requires Firebase/Database 4.0
  39. # pod 'google-cast-sdk' -- abseil
  40. pod 'Google-Mobile-Ads-SDK'
  41. pod 'GoogleAnalytics'
  42. pod 'GoogleAppIndexing'
  43. pod 'GoogleAppUtilities'
  44. pod 'GoogleAuthUtilities'
  45. pod 'GoogleConversionTracking'
  46. pod 'GoogleDataTransport'
  47. pod 'GoogleIDFASupport'
  48. pod 'GoogleInterchangeUtilities'
  49. pod 'GoogleMaps'
  50. # pod 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
  51. pod 'GoogleNetworkingUtilities'
  52. pod 'GoogleParsingUtilities'
  53. pod 'GooglePlacePicker'
  54. pod 'GooglePlaces'
  55. pod 'GooglePlusUtilities'
  56. pod 'GoogleSignIn', '> 6'
  57. pod 'GTMAppAuth'
  58. pod 'GoogleSymbolUtilities'
  59. pod 'GoogleTagManager'
  60. pod 'GoogleToolboxForMac'
  61. pod 'GoogleUtilities'
  62. # pod 'GTMHTTPFetcher' - conflicts with GTMSessionFetcher
  63. pod 'GTMSessionFetcher'
  64. # pod 'GVRSDK' -- absl and protobuf duplicates
  65. pod 'leveldb-library'
  66. # pod 'MDFTextAccessibility' - conflicts with GVRSDK
  67. pod 'nanopb'
  68. # pod 'NearbyMessages' # - conflicts with google-cast-sdk
  69. pod 'Protobuf'
  70. # Non-Google Pods
  71. end