Podfile 2.7 KB

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