| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- source 'https://github.com/firebase/SpecsDev.git'
- source 'https://github.com/firebase/SpecsStaging.git'
- source 'https://cdn.cocoapods.org/'
- # Uncomment the next line to define a global platform for your project
- platform :ios, '10.0'
- target 'FIRPerfE2EAutopush' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for FIRPerfE2EAutopush
- # Firebase dependencies
- pod 'FirebaseCore', :path => '../../../'
- pod 'FirebaseCoreInternal', :path => '../../../'
- pod 'FirebasePerformance', :path => '../../../'
- pod 'FirebaseRemoteConfig', :path => '../../../'
- pod 'FirebaseABTesting', :path => '../../../'
- pod 'FirebaseInstallations', :path => '../../../'
- pod 'FirebaseCoreDiagnostics', :path => '../../../'
- # Other dependencies
- pod 'Protobuf'
- pod 'GoogleToolboxForMac/Logger'
- target 'FIRPerfE2EAutopushUITests' do
- end
- end
- target 'FIRPerfE2EProd' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for FIRPerfE2EProd
- pod 'FirebaseCore', :path => '../../../'
- pod 'FirebaseCoreInternal', :path => '../../../'
- pod 'FirebasePerformance', :path => '../../../'
- pod 'FirebaseRemoteConfig', :path => '../../../'
- pod 'FirebaseABTesting', :path => '../../../'
- pod 'FirebaseInstallations', :path => '../../../'
- pod 'FirebaseCoreDiagnostics', :path => '../../../'
- # Other dependencies
- pod 'Protobuf'
- pod 'GoogleToolboxForMac/Logger'
- target 'FIRPerfE2EProdUITests' do
- end
- end
|