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 1
1
# Uncomment the next line to define a global platform for your project
2
2
# platform :ios, '9.0'
3
3
4
+ source 'https://github.com/firebase/SpecsStaging.git'
5
+ source 'https://cdn.cocoapods.org/'
6
+
4
7
target 'RemoteConfigSampleApp' do
5
8
# Comment the next line if you don't want to use dynamic frameworks
6
9
use_frameworks!
7
10
pod 'FirebaseAnalytics'
8
11
pod 'FirebaseCore' , :path => '../../../'
12
+ pod 'FirebaseCoreDiagnostics' , :path => '../../../'
9
13
pod 'FirebaseInstallations' , :path => '../../../'
10
14
pod 'FirebaseRemoteConfig' , :path => '../../../'
11
15
pod 'FirebaseABTesting' , :path => '../../..'
16
+ pod 'GoogleDataTransport' , :path => '../../..'
17
+ pod 'GoogleUtilities' , :path => '../../..'
12
18
13
19
# Pods for RemoteConfigSampleApp
14
20
You can’t perform that action at this time.
0 commit comments