Podfile 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. source 'https://github.com/firebase/SpecsDev.git'
  2. source 'https://github.com/firebase/SpecsStaging.git'
  3. source 'https://cdn.cocoapods.org/'
  4. # Uncomment the next line to define a global platform for your project
  5. platform :ios, '13.0'
  6. target 'ClientApp-CocoaPods' do
  7. # Comment the next line if you don't want to use dynamic frameworks
  8. use_frameworks!
  9. # Pods for ClientApp-CocoaPods
  10. pod 'FirebaseCore', :path => '../'
  11. pod 'FirebaseInstallations', :path => '../'
  12. pod 'FirebaseAnalytics' # Binary pods don't work with `:path`.
  13. pod 'FirebaseAnalyticsOnDeviceConversion', :path => '../'
  14. pod 'FirebaseAnalyticsSwift', :path => '../'
  15. pod 'FirebaseABTesting', :path => '../'
  16. pod 'FirebaseAppCheck', :path => '../'
  17. pod 'FirebaseRemoteConfig', :path => '../'
  18. pod 'FirebaseRemoteConfigSwift', :path => '../'
  19. pod 'FirebaseAppDistribution', :path => '../'
  20. pod 'FirebaseAuth', :path => '../'
  21. pod 'FirebaseCrashlytics', :path => '../'
  22. pod 'FirebaseDatabase', :path => '../'
  23. pod 'FirebaseDatabaseSwift', :path => '../'
  24. pod 'FirebaseDynamicLinks', :path => '../'
  25. pod 'FirebaseFirestore', :path => '../'
  26. pod 'FirebaseFirestoreSwift', :path => '../'
  27. pod 'FirebaseFunctions', :path => '../'
  28. pod 'FirebaseInAppMessaging', :path => '../'
  29. pod 'FirebaseInAppMessagingSwift', :path => '../'
  30. pod 'FirebaseMessaging', :path => '../'
  31. pod 'FirebasePerformance', :path => '../'
  32. pod 'FirebaseStorage', :path => '../'
  33. pod 'FirebaseMLModelDownloader', :path => '../'
  34. pod 'Firebase', :path => '../'
  35. end