Podfile 1.1 KB

12345678910111213141516171819202122232425262728
  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. pod 'GoogleDataTransport', :path => '../'
  21. end
  22. # Using the new speed-enhancing features available with CocoaPods 1.7+
  23. # [sudo] gem install cocoapods --pre
  24. install! 'cocoapods',
  25. :generate_multiple_pod_projects => true,
  26. :incremental_installation => true