Podfile 2.6 KB

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