Podfile 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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 'FirebaseAnalytics'
  10. pod 'FirebaseAnalyticsInterop', :path => '../'
  11. pod 'FirebaseAuth', :path => '../'
  12. pod 'FirebaseAuthInterop', :path => '../'
  13. pod 'FirebaseCore', :path => '../'
  14. pod 'FirebaseCoreDiagnostics', :path => '../'
  15. pod 'FirebaseCoreDiagnosticsInterop', :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 'FirebaseInstanceID', :path => '../'
  23. pod 'FirebaseInstallations', :path => '../'
  24. pod 'FirebaseMessaging', :path => '../'
  25. pod 'FirebaseMLCommon'
  26. pod 'FirebaseMLModelInterpreter'
  27. pod 'FirebaseMLVision'
  28. pod 'FirebaseMLVisionBarcodeModel'
  29. pod 'FirebaseMLVisionFaceModel'
  30. pod 'FirebaseMLVisionLabelModel'
  31. pod 'FirebaseMLVisionTextModel'
  32. pod 'FirebasePerformance'
  33. pod 'FirebaseRemoteConfig', :path => '../'
  34. pod 'FirebaseStorage', :path => '../'
  35. # pod 'FirebaseUI'. - requires use_frameworks!
  36. # Other Google Pods
  37. # pod 'ARCore' Conflicts with FirebasePerformance via Clearcut and google-cast-sdk
  38. # pod 'Blockly' This is a Swift Pod and requires usage of use_frameworks!
  39. pod 'Crashlytics'
  40. pod 'DigitsMigrationHelper'
  41. pod 'EarlGrey'
  42. # pod 'GeoFire' -- requires Firebase/Database 4.0
  43. # pod 'google-cast-sdk' -- abseil
  44. pod 'Google-Mobile-Ads-SDK'
  45. pod 'GoogleAnalytics'
  46. pod 'GoogleAppIndexing'
  47. pod 'GoogleAppUtilities'
  48. pod 'GoogleAuthUtilities'
  49. pod 'GoogleConversionTracking'
  50. pod 'GoogleIDFASupport'
  51. pod 'GoogleInterchangeUtilities'
  52. pod 'GoogleMaps'
  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 'GoogleUtilities'
  64. pod 'GTMAppAuth'
  65. # pod 'GTMHTTPFetcher' - conflicts with GTMSessionFetcher
  66. pod 'GTMSessionFetcher'
  67. # pod 'GVRSDK' -- absl and protobuf duplicates
  68. pod 'leveldb-library'
  69. # pod 'MDFTextAccessibility' - conflicts with GVRSDK
  70. pod 'nanopb'
  71. # pod 'NearbyMessages' # - conflicts with google-cast-sdk
  72. pod 'Protobuf'
  73. # pod 'TensorFlow-experimental' -- conflicts with TensorFlowLiteC
  74. # Non-Google Pods
  75. end