Podfile 634 B

123456789101112131415161718
  1. use_frameworks!
  2. target 'Sample' do
  3. platform :ios, '13.0'
  4. pod 'FirebaseAnalyticsInterop', :path => '../../../'
  5. pod 'FirebaseAuthInterop', :path => '../../../'
  6. pod 'FirebaseCore', :path => '../../../'
  7. pod 'GoogleUtilities', :path => '../../../'
  8. pod 'FirebaseMessaging', :path => '../../../'
  9. pod 'FirebaseInstanceID', :path => '../../../'
  10. pod 'FirebaseCoreDiagnostics', :path => '../../../'
  11. pod 'FirebaseCoreDiagnosticsInterop', :path => '../../../'
  12. pod 'GoogleDataTransport', :path => '../../../'
  13. pod 'GoogleDataTransportCCTSupport', :path => '../../../'
  14. pod 'FirebaseInstallations', :path => '../../../'
  15. end