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', :path => '../'
  28. pod 'FirebaseRemoteConfig', :path => '../'
  29. pod 'FirebaseStorage', :path => '../'
  30. pod 'GoogleUtilitiesComponents', :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 'GoogleDataTransport'
  47. pod 'GoogleIDFASupport'
  48. pod 'GoogleInterchangeUtilities'
  49. pod 'GoogleMaps'
  50. pod 'GoogleMLKit'
  51. # pod 'GoogleMobileVision' # After Firebase 6.8.0, conflicts with FirebaseML
  52. pod 'GoogleNetworkingUtilities'
  53. pod 'GoogleParsingUtilities'
  54. pod 'GooglePlacePicker'
  55. pod 'GooglePlaces'
  56. pod 'GooglePlusUtilities'
  57. pod 'GoogleSignIn'
  58. pod 'GoogleSymbolUtilities'
  59. pod 'GoogleTagManager'
  60. pod 'GoogleToolboxForMac'
  61. pod 'GoogleUtilities'
  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