Podfile 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. source 'https://github.com/firebase/SpecsDev.git'
  2. source 'https://github.com/firebase/SpecsStaging.git'
  3. source 'https://cdn.cocoapods.org/'
  4. target 'ClientApp-CocoaPods' do
  5. platform :ios, '13.0'
  6. use_frameworks!
  7. pod 'FirebaseCore', :path => '../../'
  8. pod 'FirebaseCoreInternal', :path => '../../'
  9. pod 'FirebaseCoreExtension', :path => '../../'
  10. pod 'FirebaseInstallations', :path => '../../'
  11. pod 'FirebaseAnalytics' # Binary pods don't work with `:path`.
  12. pod 'FirebaseAnalyticsOnDeviceConversion', :path => '../../'
  13. pod 'FirebaseABTesting', :path => '../../'
  14. pod 'FirebaseAppCheck', :path => '../../'
  15. pod 'FirebaseRemoteConfig', :path => '../../'
  16. pod 'FirebaseRemoteConfigInterop', :path => '../../'
  17. pod 'FirebaseAppDistribution', :path => '../../'
  18. pod 'FirebaseAuthInterop', :path => '../../'
  19. pod 'FirebaseAuth', :path => '../../'
  20. pod 'FirebaseCrashlytics', :path => '../../'
  21. pod 'FirebaseDatabase', :path => '../../'
  22. pod 'FirebaseFirestore', :path => '../../'
  23. pod 'FirebaseFirestoreInternal', :path => '../../'
  24. pod 'FirebaseFunctions', :path => '../../'
  25. pod 'FirebaseInAppMessaging', :path => '../../'
  26. pod 'FirebaseMessaging', :path => '../../'
  27. pod 'FirebaseSessions', :path => '../../'
  28. pod 'FirebaseStorage', :path => '../../'
  29. pod 'FirebasePerformance', :path => '../../'
  30. pod 'FirebaseMLModelDownloader', :path => '../../'
  31. pod 'Firebase', :path => '../../'
  32. end