Podfile 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. # TODO(v10): Uncomment when MLKit updates to Firebase 10 and GTMSessionFetcher 2.x
  31. # pod 'GoogleMLKit'
  32. # Other Google Pods
  33. pod 'ARCore'
  34. # pod 'Blockly' `Blockly` does not specify a Swift version ...
  35. pod 'DigitsMigrationHelper'
  36. pod 'EarlGrey'
  37. # pod 'GeoFire' -- requires Firebase/Database 4.0
  38. # pod 'google-cast-sdk' -- abseil
  39. pod 'Google-Mobile-Ads-SDK'
  40. pod 'GoogleAnalytics'
  41. pod 'GoogleAppIndexing'
  42. pod 'GoogleAppUtilities'
  43. pod 'GoogleAuthUtilities'
  44. pod 'GoogleConversionTracking'
  45. pod 'GoogleDataTransport'
  46. pod 'GoogleIDFASupport'
  47. pod 'GoogleInterchangeUtilities'
  48. pod 'GoogleMaps'
  49. # pod 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
  50. pod 'GoogleNetworkingUtilities'
  51. pod 'GoogleParsingUtilities'
  52. pod 'GooglePlacePicker'
  53. pod 'GooglePlaces'
  54. pod 'GooglePlusUtilities'
  55. pod 'GoogleSignIn', '> 6'
  56. pod 'GTMAppAuth'
  57. pod 'GoogleSymbolUtilities'
  58. pod 'GoogleTagManager'
  59. pod 'GoogleToolboxForMac'
  60. pod 'GoogleUtilities'
  61. # pod 'GTMHTTPFetcher' - conflicts with GTMSessionFetcher
  62. pod 'GTMSessionFetcher'
  63. # pod 'GVRSDK' -- absl and protobuf duplicates
  64. pod 'leveldb-library'
  65. # pod 'MDFTextAccessibility' - conflicts with GVRSDK
  66. pod 'nanopb'
  67. # pod 'NearbyMessages' # - conflicts with google-cast-sdk
  68. pod 'Protobuf'
  69. # Non-Google Pods
  70. end