Podfile 432 B

123456789101112131415
  1. use_frameworks!
  2. source 'https://github.com/firebase/SpecsDev.git'
  3. source 'https://github.com/firebase/SpecsStaging.git'
  4. source 'https://cdn.cocoapods.org/'
  5. target 'SampleStandaloneWatchApp Watch App' do
  6. platform :watchos, '9.0'
  7. pod 'FirebaseCore', :path => '../../../'
  8. pod 'FirebaseMessaging', :path => '../../../'
  9. pod 'FirebaseCoreInternal', :path => '../../../'
  10. pod 'FirebaseInstallations', :path => '../../../'
  11. end