Podfile 561 B

1234567891011121314151617
  1. # Uncomment the next two lines for pre-release testing on internal repo
  2. #source 'sso://cpdc-internal/firebase'
  3. #source 'https://cdn.cocoapods.org/'
  4. target 'SegmentationSampleApp' do
  5. # Comment the next line if you don't want to use dynamic frameworks
  6. use_frameworks!
  7. inherit! :search_paths
  8. platform :ios, '10.0'
  9. # Pods for SegmentationSampleApp
  10. pod 'FirebaseCore', :path => '../../../'
  11. pod 'FirebaseCoreDiagnostics', :path => '../../../'
  12. pod 'FirebaseInstallations', :path => '../../../'
  13. pod 'FirebaseSegmentation', :path => '../../../'
  14. end