Podfile 2.7 KB

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