Podfile 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. platform :ios, '10.0'
  2. source 'https://github.com/firebase/SpecsStaging.git'
  3. source 'https://cdn.cocoapods.org/'
  4. target 'SymbolCollisionTest' do
  5. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  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 'FirebaseCoreDiagnostics', :path => '../'
  15. pod 'FirebaseCrashlytics', :path => '../'
  16. pod 'FirebaseDatabase', :path => '../'
  17. pod 'FirebaseDynamicLinks', :path => '../'
  18. pod 'FirebaseFirestore', :path => '../'
  19. pod 'FirebaseFunctions', :path => '../'
  20. pod 'FirebaseInAppMessaging', :path => '../'
  21. pod 'FirebaseInstanceID', :path => '../'
  22. pod 'FirebaseInstallations', :path => '../'
  23. pod 'FirebaseMessaging', :path => '../'
  24. pod 'Firebase/MLCommon', :path => '../'
  25. pod 'Firebase/MLModelInterpreter', :path => '../'
  26. pod 'Firebase/MLVision', :path => '../'
  27. pod 'FirebasePerformance'
  28. pod 'FirebaseRemoteConfig', :path => '../'
  29. pod 'FirebaseStorage', :path => '../'
  30. pod 'GoogleDataTransport', :path => '../'
  31. pod 'GoogleUtilities', :path => '../'
  32. pod 'GoogleUtilitiesComponents', :path => '../'
  33. # pod 'FirebaseUI'. - requires use_frameworks!
  34. # Other Google Pods
  35. # pod 'ARCore' Conflicts with FirebasePerformance via Clearcut and google-cast-sdk
  36. # pod 'Blockly' This is a Swift Pod and requires usage of use_frameworks!
  37. pod 'Crashlytics'
  38. pod 'DigitsMigrationHelper'
  39. pod 'EarlGrey'
  40. # pod 'GeoFire' -- requires Firebase/Database 4.0
  41. # pod 'google-cast-sdk' -- abseil
  42. pod 'Google-Mobile-Ads-SDK'
  43. pod 'GoogleAnalytics'
  44. pod 'GoogleAppIndexing'
  45. pod 'GoogleAppUtilities'
  46. pod 'GoogleAuthUtilities'
  47. pod 'GoogleConversionTracking'
  48. pod 'GoogleIDFASupport'
  49. pod 'GoogleInterchangeUtilities'
  50. pod 'GoogleMaps'
  51. # https://github.com/firebase/firebase-ios-sdk/issues/6655
  52. # pod 'GoogleMLKit'
  53. # pod 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
  54. pod 'GoogleNetworkingUtilities'
  55. pod 'GoogleParsingUtilities'
  56. pod 'GooglePlacePicker'
  57. pod 'GooglePlaces'
  58. pod 'GooglePlusUtilities'
  59. pod 'GoogleSignIn'
  60. pod 'GoogleSymbolUtilities'
  61. pod 'GoogleTagManager'
  62. pod 'GoogleToolboxForMac'
  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