| 123456789101112131415161718 |
- # Uncomment the next two lines for pre-release testing on internal repo
- #source 'sso://cpdc-internal/firebase'
- #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 => '../../../'
- pod 'GoogleDataTransport', :path => '../../../'
- end
|