| 1234567891011121314151617181920212223242526 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- source 'https://github.com/firebase/SpecsDev.git'
- source 'https://github.com/firebase/SpecsStaging.git'
- source 'https://cdn.cocoapods.org/'
- target 'RemoteConfigSampleApp' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- pod 'FirebaseAnalytics'
- pod 'FirebaseCore', :path => '../../../'
- pod 'FirebaseCoreInternal', :path => '../../../'
- pod 'FirebaseCoreDiagnostics', :path => '../../../'
- pod 'FirebaseInstallations', :path => '../../../'
- pod 'FirebaseRemoteConfig', :path => '../../../'
- pod 'FirebaseABTesting', :path => '../../..'
- # Pods for RemoteConfigSampleApp
- target 'RemoteConfigSampleAppUITests' do
- inherit! :search_paths
- # Pods for testing
- end
- end
|