Skip to content

Commit 233418b

Browse files
committed
Update Cocoapods to latest.
1 parent 3397f49 commit 233418b

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

analytics/testapp/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '13.0'
33
# Analytics test application.
44
target 'testapp' do
5-
pod 'Firebase/Analytics', '7.0.0'
5+
pod 'Firebase/Analytics', '10.25.0'
66
end

auth/testapp/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '13.0'
33
# Auth test application.
44
target 'testapp' do
5-
pod 'Firebase/Auth', '7.0.0'
5+
pod 'Firebase/Auth', '10.25.0'
66
end

database/testapp/Podfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '13.0'
33
# Firebase Realtime Database test application.
44
target 'testapp' do
5-
pod 'Firebase/Database', '7.0.0'
6-
pod 'Firebase/Auth', '7.0.0'
5+
pod 'Firebase/Database', '10.25.0'
6+
pod 'Firebase/Auth', '10.25.0'
77
end

dynamic_links/testapp/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '13.0'
33
# Dynamic Links test application.
44
target 'testapp' do
5-
pod 'Firebase/DynamicLinks', '7.0.0'
5+
pod 'Firebase/DynamicLinks', '10.25.0'
66
end

firestore/testapp/Podfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '10.0'
2+
platform :ios, '13.0'
33
# Firebase Firestore test application.
44
target 'testapp' do
5-
pod 'Firebase/Firestore', '8.2.0'
6-
pod 'Firebase/Auth', '8.2.0'
5+
pod 'Firebase/Firestore', '10.25.0'
6+
pod 'Firebase/Auth', '10.25.0'
77
end

functions/testapp/Podfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '13.0'
33
# Cloud Functions for Firebase test application.
44
target 'testapp' do
5-
pod 'Firebase/Functions', '7.0.0'
6-
pod 'Firebase/Auth', '7.0.0'
5+
pod 'Firebase/Functions', '10.25.0'
6+
pod 'Firebase/Auth', '10.25.0'
77
end

gma/testapp/Podfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '10.0'
2+
platform :ios, '13.0'
33
# GMA test application.
44
target 'testapp' do
5-
pod 'Google-Mobile-Ads-SDK', '8.13.0'
6-
pod 'Firebase/Analytics', '8.10.0'
5+
pod 'Google-Mobile-Ads-SDK', '11.2.0'
6+
pod 'Firebase/Analytics', '10.25.0'
77
end

messaging/testapp/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '13.0'
33
# FCM test application.
44
target 'testapp' do
5-
pod 'Firebase/Messaging', '7.0.0'
5+
pod 'Firebase/Messaging', '10.25.0'
66
end

remote_config/testapp/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '13.0'
33
# Firebase Remote Config test application.
44
target 'testapp' do
5-
pod 'Firebase/RemoteConfig', '7.0.0'
5+
pod 'Firebase/RemoteConfig', '10.25.0'
66
end

storage/testapp/Podfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '13.0'
33
# Cloud Storage for Firebase test application.
44
target 'testapp' do
5-
pod 'Firebase/Storage', '7.0.0'
6-
pod 'Firebase/Auth', '7.0.0'
5+
pod 'Firebase/Storage', '10.25.0'
6+
pod 'Firebase/Auth', '10.25.0'
77
end

0 commit comments

Comments
 (0)