File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
FirebaseRemoteConfig/Tests/Sample Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 11# Uncomment the next line to define a global platform for your project
22# platform :ios, '9.0'
33
4+ source 'https://github.com/firebase/SpecsStaging.git'
5+ source 'https://cdn.cocoapods.org/'
6+
47target 'RemoteConfigSampleApp' do
58 # Comment the next line if you don't want to use dynamic frameworks
69 use_frameworks!
710 pod 'FirebaseAnalytics'
811 pod 'FirebaseCore' , :path => '../../../'
12+ pod 'FirebaseCoreDiagnostics' , :path => '../../../'
913 pod 'FirebaseInstallations' , :path => '../../../'
1014 pod 'FirebaseRemoteConfig' , :path => '../../../'
1115 pod 'FirebaseABTesting' , :path => '../../..'
16+ pod 'GoogleDataTransport' , :path => '../../..'
17+ pod 'GoogleUtilities' , :path => '../../..'
1218
1319 # Pods for RemoteConfigSampleApp
1420
You can’t perform that action at this time.
0 commit comments