Podfile 553 B

1234567891011121314151617
  1. source 'https://github.com/firebase/SpecsDev.git'
  2. source 'https://github.com/firebase/SpecsStaging.git'
  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