Podfile 1.0 KB

123456789101112131415161718192021222324252627
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '10.0'
  3. target 'CocoapodsIntegrationTest' do
  4. pod 'FirebaseABTesting', :path => '../'
  5. pod 'FirebaseAppDistribution', :path => '../'
  6. pod 'FirebaseCore', :path => '../'
  7. pod 'FirebaseCoreDiagnostics', :path => '../'
  8. pod 'FirebaseCrashlytics', :path => '../'
  9. pod 'FirebaseAuth', :path => '../'
  10. pod 'FirebaseDatabase', :path => '../'
  11. pod 'FirebaseDynamicLinks', :path => '../'
  12. pod 'FirebaseFirestore', :path => '../'
  13. pod 'FirebaseFunctions', :path => '../'
  14. pod 'FirebaseInAppMessaging', :path => '../'
  15. pod 'FirebaseInstallations', :path => '../'
  16. pod 'FirebaseInstanceID', :path => '../'
  17. pod 'FirebaseMessaging', :path => '../'
  18. pod 'FirebasePerformance', :path => '../'
  19. pod 'FirebaseStorage', :path => '../'
  20. end
  21. # Using the new speed-enhancing features available with CocoaPods 1.7+
  22. # [sudo] gem install cocoapods --pre
  23. install! 'cocoapods',
  24. :generate_multiple_pod_projects => true,
  25. :incremental_installation => true