Podfile 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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 'Crashlytics'
  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'
  56. pod 'GoogleSymbolUtilities'
  57. pod 'GoogleTagManager'
  58. pod 'GoogleToolboxForMac'
  59. pod 'GoogleUtilities'
  60. pod 'GTMAppAuth'
  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