Podfile 323 B

1234567891011121314
  1. source 'https://github.com/firebase/SpecsDev.git'
  2. source 'https://github.com/firebase/SpecsStaging.git'
  3. source 'https://cdn.cocoapods.org/'
  4. use_frameworks!
  5. target 'SampleWatchAppWatchKitExtension' do
  6. platform :watchos, '7.0'
  7. pod 'FirebaseCore', :path => '../../'
  8. pod 'FirebaseCrashlytics', :path => '../../'
  9. end