Podfile 842 B

1234567891011121314151617181920212223
  1. use_frameworks!
  2. target 'SampleWatchAppWatchKitExtension' do
  3. platform :watchos, '6.0'
  4. pod 'FirebaseAnalyticsInterop', :path => '../../../../../'
  5. pod 'FirebaseCore', :path => '../../../../../'
  6. pod 'GoogleUtilities', :path => '../../../../../'
  7. pod 'FirebaseMessaging', :path => '../../../../../'
  8. pod 'FirebaseInstanceID', :path => '../../../../../'
  9. pod 'FirebaseCoreDiagnostics', :path => '../../../../../'
  10. pod 'FirebaseCoreDiagnosticsInterop', :path => '../../../../../'
  11. pod 'GoogleDataTransport', :path => '../../../../../'
  12. pod 'GoogleDataTransportCCTSupport', :path => '../../../../../'
  13. pod 'FirebaseInstallations', :path => '../../../../../'
  14. end
  15. target 'ServiceExtension' do
  16. platform :watchos, '6.0'
  17. pod 'FirebaseMessaging', :path => '../../../../../'
  18. pod 'FirebaseInstanceID', :path => '../../../../../'
  19. end