1
1
# Uncomment the next line to define a global platform for your project
2
- platform :ios , '10 .0'
2
+ platform :ios , '13 .0'
3
3
4
4
source 'https://github.com/firebase/SpecsDev.git'
5
5
source 'https://github.com/firebase/SpecsStaging.git'
@@ -11,6 +11,7 @@ target 'FirebasePodTest' do
11
11
12
12
pod 'Firebase' , :path => '../../../'
13
13
pod 'FirebaseABTesting' , :path => '../../../'
14
+ pod 'FirebaseAnalyticsSwift' , :path => '../../../'
14
15
pod 'FirebaseAppDistribution' , :path => '../../../'
15
16
pod 'FirebaseAuth' , :path => '../../../'
16
17
pod 'FirebaseCore' , :path => '../../../'
@@ -19,14 +20,17 @@ target 'FirebasePodTest' do
19
20
pod 'FirebaseDatabase' , :path => '../../../'
20
21
pod 'FirebaseDynamicLinks' , :path => '../../../'
21
22
pod 'FirebaseFirestore' , :path => '../../../'
23
+ pod 'FirebaseFirestoreSwift' , :path => '../../../'
22
24
pod 'FirebaseFunctions' , :path => '../../../'
23
25
pod 'FirebaseInAppMessaging' , :path => '../../../'
26
+ pod 'FirebaseInAppMessagingSwift' , :path => '../../../'
24
27
pod 'FirebaseInstallations' , :path => '../../../'
25
28
pod 'FirebaseInstanceID' , :path => '../../../'
26
29
pod 'FirebaseMessaging' , :path => '../../../'
27
30
pod 'FirebasePerformance' , :path => '../../../'
28
31
pod 'FirebaseRemoteConfig' , :path => '../../../'
29
32
pod 'FirebaseStorage' , :path => '../../../'
33
+ pod 'FirebaseStorageSwift' , :path => '../../../'
30
34
31
35
# Get dependent pods from the repo also
32
36
pod 'FirebaseCoreDiagnostics' , :path => '../../../'
0 commit comments