Skip to content

Commit 3990f6d

Browse files
authored
Update FirebaseCore deps to 5.2 (#2255)
* SpecsStaging for Firestore
1 parent ff3a03b commit 3990f6d

11 files changed

+17
-13
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ target 'Core_Example_iOS' do
1919
# The next line is the forcing function for the Firebase pod. The Firebase
2020
# version's subspecs should depend on the component versions in their
2121
# corresponding podspec's.
22-
pod 'Firebase/CoreOnly', '5.15.0'
22+
pod 'Firebase/CoreOnly', '5.15.990'
2323

2424
target 'Core_Tests_iOS' do
2525
inherit! :search_paths

Firebase/Core/FIROptions.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
// Library version ID.
4343
NSString *const kFIRLibraryVersionID = @"5" // Major version (one or more digits)
44-
@"01" // Minor version (exactly 2 digits)
45-
@"10" // Build number (exactly 2 digits)
44+
@"02" // Minor version (exactly 2 digits)
45+
@"00" // Build number (exactly 2 digits)
4646
@"000"; // Fixed "000"
4747
// Plist file name.
4848
NSString *const kServiceInfoFileName = @"GoogleService-Info";

FirebaseAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ supports email and password accounts, as well as several 3rd party authenticatio
6363
s.framework = 'Security'
6464
s.ios.framework = 'SafariServices'
6565
s.dependency 'FirebaseAuthInterop', '~> 1.0'
66-
s.dependency 'FirebaseCore', '~> 5.1'
66+
s.dependency 'FirebaseCore', '~> 5.2'
6767
s.dependency 'GoogleUtilities/Environment', '~> 5.2'
6868
s.dependency 'GTMSessionFetcher/Core', '~> 1.1'
6969
end

FirebaseCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseCore'
3-
s.version = '5.1.10'
3+
s.version = '5.2.0'
44
s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

FirebaseDatabase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
3333
s.frameworks = 'CFNetwork', 'Security', 'SystemConfiguration'
3434
s.dependency 'leveldb-library', '~> 1.18'
3535
s.dependency 'FirebaseAuthInterop', '~> 1.0'
36-
s.dependency 'FirebaseCore', '~> 5.1'
36+
s.dependency 'FirebaseCore', '~> 5.2'
3737
s.pod_target_xcconfig = {
3838
'GCC_C_LANGUAGE_STANDARD' => 'c99',
3939
'GCC_PREPROCESSOR_DEFINITIONS' =>

FirebaseDynamicLinks.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Firebase Dynamic Links are deep links that enhance user experience and increase
2626
s.public_header_files = 'Firebase/DynamicLinks/Public/*.h'
2727
s.frameworks = 'AssetsLibrary', 'MessageUI', 'QuartzCore'
2828
s.weak_framework = 'WebKit'
29-
s.dependency 'FirebaseCore', '~> 5.1'
29+
s.dependency 'FirebaseCore', '~> 5.2'
3030
s.ios.dependency 'FirebaseAnalytics', '~> 5.1'
3131
s.dependency 'FirebaseAnalyticsInterop', '~> 1.0'
3232

FirebaseFirestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
5353
s.resource_bundles = { 'gRPCCertificates-Firestore' => ['Firestore/etc/roots.pem'] }
5454

5555
s.dependency 'FirebaseAuthInterop', '~> 1.0'
56-
s.dependency 'FirebaseCore', '~> 5.1'
56+
s.dependency 'FirebaseCore', '~> 5.2'
5757
s.dependency 'gRPC-C++', '0.0.5'
5858
s.dependency 'leveldb-library', '~> 1.20'
5959
s.dependency 'Protobuf', '~> 3.1'

FirebaseFunctions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ iOS SDK for Cloud Functions for Firebase.
2525
s.public_header_files = 'Functions/FirebaseFunctions/Public/*.h'
2626

2727
s.dependency 'FirebaseAuthInterop', '~> 1.0'
28-
s.dependency 'FirebaseCore', '~> 5.1'
28+
s.dependency 'FirebaseCore', '~> 5.2'
2929
s.dependency 'GTMSessionFetcher/Core', '~> 1.1'
3030

3131
s.pod_target_xcconfig = {

FirebaseMessaging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ device, and it is completely free.
3838
}
3939
s.framework = 'SystemConfiguration'
4040
s.dependency 'FirebaseAnalyticsInterop', '~> 1.1'
41-
s.dependency 'FirebaseCore', '~> 5.1'
41+
s.dependency 'FirebaseCore', '~> 5.2'
4242
s.dependency 'FirebaseInstanceID', '~> 3.4'
4343
s.dependency 'GoogleUtilities/Reachability', '~> 5.2'
4444
s.dependency 'GoogleUtilities/Environment', '~> 5.2'

FirebaseStorage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Firebase Storage provides robust, secure file uploads and downloads from Firebas
3030
s.osx.framework = 'CoreServices'
3131

3232
s.dependency 'FirebaseAuthInterop', '~> 1.0'
33-
s.dependency 'FirebaseCore', '~> 5.1'
33+
s.dependency 'FirebaseCore', '~> 5.2'
3434
s.dependency 'GTMSessionFetcher/Core', '~> 1.1'
3535
s.pod_target_xcconfig = {
3636
'GCC_C_LANGUAGE_STANDARD' => 'c99',

0 commit comments

Comments
 (0)