source 'https://github.com/firebase/SpecsDev.git' source 'https://github.com/firebase/SpecsStaging.git' source 'https://cdn.cocoapods.org/' use_frameworks! target 'SampleWatchAppWatchKitExtension' do platform :watchos, '7.0' pod 'FirebaseCore', :path => '../../' pod 'FirebaseCrashlytics', :path => '../../' end