source 'https://github.com/firebase/SpecsDev.git' source 'https://github.com/firebase/SpecsStaging.git' source 'https://cdn.cocoapods.org/' target 'SegmentationSampleApp' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! inherit! :search_paths platform :ios, '10.0' # Pods for SegmentationSampleApp pod 'FirebaseCore', :path => '../../../' pod 'FirebaseCoreDiagnostics', :path => '../../../' pod 'FirebaseInstallations', :path => '../../../' pod 'FirebaseSegmentation', :path => '../../../' end