Podfile 2.8 KB

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