Podfile 885 B

1234567891011121314151617181920212223
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  3. target 'CocoapodsIntegrationTest' do
  4. use_frameworks!
  5. pod 'FirebaseABTesting', :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 'FirebaseStorage', :path => '../'
  19. pod 'GoogleDataTransport', :path => '../'
  20. pod 'GoogleDataTransportCCTSupport', :path => '../'
  21. pod 'GoogleUtilities', :path => '../'
  22. end