Podfile 2.7 KB

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