Podfile 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'SymbolCollisionTest' do
  4. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  5. # use_frameworks!
  6. # Firebase Pods
  7. pod 'Firebase', '5.14.0'
  8. pod 'FirebaseAnalytics'
  9. pod 'FirebaseAuth'
  10. pod 'FirebaseCore'
  11. pod 'FirebaseCrash'
  12. pod 'FirebaseDatabase'
  13. pod 'FirebaseDynamicLinks'
  14. pod 'FirebaseFirestore'
  15. pod 'FirebaseFunctions'
  16. pod 'FirebaseInAppMessaging'
  17. pod 'FirebaseInstanceID'
  18. pod 'FirebaseMessaging'
  19. pod 'FirebaseMLCommon'
  20. pod 'FirebaseMLModelInterpreter'
  21. pod 'FirebaseMLVision'
  22. pod 'FirebaseMLVisionBarcodeModel'
  23. pod 'FirebaseMLVisionFaceModel'
  24. pod 'FirebaseMLVisionLabelModel'
  25. pod 'FirebaseMLVisionTextModel'
  26. pod 'FirebasePerformance'
  27. pod 'FirebaseRemoteConfig'
  28. pod 'FirebaseStorage'
  29. # pod 'FirebaseUI'. - requires use_frameworks!
  30. # Other Google Pods
  31. # pod 'Blockly' This is a Swift Pod and requires usage of use_frameworks!
  32. pod 'Crashlytics'
  33. pod 'DigitsMigrationHelper'
  34. pod 'EarlGrey'
  35. pod 'GeoFire'
  36. pod 'google-cast-sdk'
  37. pod 'Google-Mobile-Ads-SDK'
  38. pod 'GoogleAnalytics'
  39. pod 'GoogleAppIndexing'
  40. pod 'GoogleAppUtilities'
  41. pod 'GoogleAuthUtilities'
  42. pod 'GoogleConversionTracking'
  43. pod 'GoogleIDFASupport'
  44. pod 'GoogleInterchangeUtilities'
  45. pod 'GoogleMaps'
  46. pod 'GoogleMobileVision'
  47. pod 'GoogleNetworkingUtilities'
  48. pod 'GoogleParsingUtilities'
  49. pod 'GooglePlacePicker'
  50. pod 'GooglePlaces'
  51. pod 'GooglePlusUtilities'
  52. pod 'GoogleSignIn'
  53. pod 'GoogleSymbolUtilities'
  54. pod 'GoogleTagManager'
  55. pod 'GoogleToolboxForMac'
  56. pod 'GoogleUtilities'
  57. pod 'GTMAppAuth'
  58. # pod 'GTMHTTPFetcher' - conflicts with GTMSessionFetcher
  59. pod 'GTMSessionFetcher'
  60. pod 'GVRSDK'
  61. pod 'leveldb-library'
  62. # pod 'MDFTextAccessibility' - conflicts with GVRSDK
  63. pod 'nanopb'
  64. # pod 'NearbyMessages' # - conflicts with google-cast-sdk
  65. pod 'Protobuf'
  66. pod 'TensorFlow-experimental'
  67. # Non-Google Pods
  68. end