Podfile 950 B

12345678910111213141516171819202122232425
  1. use_frameworks!
  2. target 'SampleWatchAppWatchKitExtension' do
  3. platform :watchos, '6.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. pod 'FirebaseStorage', :path => '../../../../../'
  16. end
  17. target 'ServiceExtension' do
  18. platform :watchos, '6.0'
  19. pod 'FirebaseMessaging', :path => '../../../../../'
  20. pod 'FirebaseInstanceID', :path => '../../../../../'
  21. end