Skip to content

Commit c439d56

Browse files
committed
Update to latest iOS Cocoapods for M70, 6.24.0
PiperOrigin-RevId: 311201226
1 parent eeca57d commit c439d56

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

ios_pod/Podfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33

44
target 'GetPods' do
5-
pod 'Firebase/Core', '6.16.0'
5+
pod 'Firebase/Core', '6.24.0'
66

7-
pod 'Firebase/AdMob', '6.16.0'
8-
pod 'Firebase/Analytics', '6.16.0'
9-
pod 'Firebase/Auth', '6.16.0'
10-
pod 'Firebase/Database', '6.16.0'
11-
pod 'Firebase/DynamicLinks', '6.16.0'
12-
pod 'Firebase/Firestore', '6.16.0'
13-
pod 'Firebase/Functions', '6.16.0'
14-
pod 'FirebaseInstanceID', '4.3.0'
15-
pod 'Firebase/Messaging', '6.16.0'
16-
pod 'Firebase/RemoteConfig', '6.16.0'
17-
pod 'Firebase/Storage', '6.16.0'
7+
pod 'Firebase/AdMob', '6.24.0'
8+
pod 'Firebase/Analytics', '6.24.0'
9+
pod 'Firebase/Auth', '6.24.0'
10+
pod 'Firebase/Database', '6.24.0'
11+
pod 'Firebase/DynamicLinks', '6.24.0'
12+
pod 'Firebase/Firestore', '6.24.0'
13+
pod 'Firebase/Functions', '6.24.0'
14+
pod 'FirebaseInstanceID', '4.3.4'
15+
pod 'Firebase/Messaging', '6.24.0'
16+
pod 'Firebase/RemoteConfig', '6.24.0'
17+
pod 'Firebase/Storage', '6.24.0'
1818

1919
pod 'Crashlytics', '3.14.0'
2020
end

version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
# Used to generate Pod dependencies in the Firebase Unity plugin.
2020
declare -A POD_SDK_VERSIONS=(
21-
["released"]="6.21.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
22-
["stable"]="6.21.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
23-
["head"]="6.21.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
21+
["released"]="6.24.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
22+
["stable"]="6.24.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
23+
["head"]="6.24.0" # gen_build.sh: [FIR] Managed by a script. DO NOT EDIT.
2424
)
2525

2626
help() {

0 commit comments

Comments
 (0)