Podfile 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'FirebasePodTest' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. pod 'Firebase', :path => '../../../'
  7. pod 'FirebaseABTesting', :path => '../../../'
  8. pod 'FirebaseAnalyticsInterop', :path => '../../../'
  9. pod 'FirebaseAuth', :path => '../../../'
  10. pod 'FirebaseAuthInterop', :path => '../../../'
  11. pod 'FirebaseCore', :path => '../../../'
  12. pod 'FirebaseCoreDiagnostics', :path => '../../../'
  13. pod 'FirebaseCoreDiagnosticsInterop', :path => '../../../'
  14. pod 'FirebaseCrashlytics', :path => '../../../'
  15. pod 'FirebaseDatabase', :path => '../../../'
  16. pod 'FirebaseDynamicLinks', :path => '../../../'
  17. pod 'FirebaseFirestore', :path => '../../../'
  18. pod 'FirebaseFunctions', :path => '../../../'
  19. pod 'FirebaseInAppMessaging', :path => '../../../'
  20. pod 'FirebaseInstallations', :path => '../../../'
  21. pod 'FirebaseInstanceID', :path => '../../../'
  22. pod 'FirebaseMessaging', :path => '../../../'
  23. pod 'FirebaseRemoteConfig', :path => '../../../'
  24. pod 'FirebaseStorage', :path => '../../../'
  25. # Get dependent pods from the repo also
  26. pod 'FirebaseCoreDiagnostics', :path => '../../../'
  27. pod 'FirebaseCoreDiagnosticsInterop', :path => '../../../'
  28. pod 'GoogleDataTransport', :path => '../../../'
  29. pod 'GoogleDataTransportCCTSupport', :path => '../../../'
  30. pod 'GoogleUtilities', :path => '../../../'
  31. pod 'FirebaseAnalytics' # Analytics is not open source
  32. pod 'FirebasePerformance' # Performance is not open source
  33. end