Podfile 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  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 'FirebaseAnalytics'
  11. pod 'FirebaseAnalyticsInterop', :path => '../'
  12. pod 'FirebaseAuth', :path => '../'
  13. pod 'FirebaseAuthInterop', :path => '../'
  14. pod 'FirebaseCore', :path => '../'
  15. pod 'FirebaseCoreDiagnostics', :path => '../'
  16. pod 'FirebaseCoreDiagnosticsInterop', :path => '../'
  17. pod 'FirebaseCrashlytics', :path => '../'
  18. pod 'FirebaseDatabase', :path => '../'
  19. pod 'FirebaseDynamicLinks', :path => '../'
  20. pod 'FirebaseFirestore', :path => '../'
  21. pod 'FirebaseFunctions', :path => '../'
  22. pod 'FirebaseInAppMessaging', :path => '../'
  23. pod 'FirebaseInstanceID', :path => '../'
  24. pod 'FirebaseInstallations', :path => '../'
  25. pod 'FirebaseMessaging', :path => '../'
  26. pod 'FirebaseMLCommon'
  27. pod 'FirebaseMLModelInterpreter'
  28. pod 'FirebaseMLVision'
  29. pod 'FirebaseMLVisionBarcodeModel'
  30. pod 'FirebaseMLVisionFaceModel'
  31. pod 'FirebaseMLVisionLabelModel'
  32. pod 'FirebaseMLVisionTextModel'
  33. pod 'FirebasePerformance'
  34. pod 'FirebaseRemoteConfig', :path => '../'
  35. pod 'FirebaseStorage', :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 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
  55. pod 'GoogleNetworkingUtilities'
  56. pod 'GoogleParsingUtilities'
  57. pod 'GooglePlacePicker'
  58. pod 'GooglePlaces'
  59. pod 'GooglePlusUtilities'
  60. pod 'GoogleSignIn'
  61. pod 'GoogleSymbolUtilities'
  62. pod 'GoogleTagManager'
  63. pod 'GoogleToolboxForMac'
  64. pod 'GoogleUtilities'
  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. # pod 'TensorFlow-experimental' -- conflicts with TensorFlowLiteC
  75. # Non-Google Pods
  76. end