Podfile 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. platform :ios, '10.0'
  2. source 'https://github.com/firebase/SpecsDev.git'
  3. source 'https://github.com/firebase/SpecsStaging.git'
  4. source 'https://cdn.cocoapods.org/'
  5. target 'SymbolCollisionTest' do
  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 'FirebaseCoreExtension', :path => '../'
  16. pod 'FirebaseCoreInternal', :path => '../'
  17. pod 'FirebaseCrashlytics', :path => '../'
  18. pod 'FirebaseDatabase', :path => '../'
  19. pod 'FirebaseDynamicLinks', :path => '../'
  20. pod 'FirebaseFirestore', :path => '../'
  21. pod 'FirebaseFunctions', :path => '../'
  22. pod 'FirebaseInAppMessaging', :path => '../'
  23. pod 'FirebaseInstallations', :path => '../'
  24. pod 'FirebaseMessaging', :path => '../'
  25. pod 'FirebasePerformance', :path => '../'
  26. pod 'FirebaseRemoteConfig', :path => '../'
  27. pod 'FirebaseStorage', :path => '../'
  28. pod 'FirebaseStorageInternal', :path => '../'
  29. pod 'GoogleUtilitiesComponents', :path => '../'
  30. # pod 'FirebaseUI'. - requires use_frameworks!
  31. # Google Pods depending on a Firebase or GDT major version
  32. pod 'GoogleMLKit'
  33. # Other Google Pods
  34. # pod 'ARCore' Conflicts with FirebasePerformance via Clearcut and google-cast-sdk
  35. # pod 'Blockly' `Blockly` does not specify a Swift version ...
  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 '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. # Non-Google Pods
  71. end