Skip to content

Commit 00d80f6

Browse files
committed
Update versions for Release 5.14.0
1 parent 2b30c54 commit 00d80f6

10 files changed

+18
-10
lines changed

Example/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target 'Core_Example_iOS' do
1515
# The next line is the forcing function for the Firebase pod. The Firebase
1616
# version's subspecs should depend on the component versions in their
1717
# corresponding podspec's.
18-
pod 'Firebase/CoreOnly', '5.13.0'
18+
pod 'Firebase/CoreOnly', '5.14.0'
1919

2020
target 'Core_Tests_iOS' do
2121
inherit! :search_paths

Firebase/Core/FIROptions.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
NSString *const kFIRLibraryVersionID =
4444
@"5" // Major version (one or more digits)
4545
@"01" // Minor version (exactly 2 digits)
46-
@"08" // Build number (exactly 2 digits)
46+
@"09" // Build number (exactly 2 digits)
4747
@"000"; // Fixed "000"
4848
// Plist file name.
4949
NSString *const kServiceInfoFileName = @"GoogleService-Info";

FirebaseAuth.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseAuth'
3-
s.version = '5.0.5'
3+
s.version = '5.1.0'
44
s.summary = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

FirebaseCore.podspec

+2-2
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.8'
3+
s.version = '5.1.9'
44
s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC
@@ -32,7 +32,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
3232
s.pod_target_xcconfig = {
3333
'GCC_C_LANGUAGE_STANDARD' => 'c99',
3434
'GCC_PREPROCESSOR_DEFINITIONS' =>
35-
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.13.0',
35+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.14.0',
3636
'OTHER_CFLAGS' => '-fno-autolink'
3737
}
3838
end

FirebaseDatabase.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDatabase'
3-
s.version = '5.0.3'
3+
s.version = '5.0.4'
44
s.summary = 'Firebase Open Source Libraries for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

FirebaseDynamicLinks.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDynamicLinks'
3-
s.version = '3.2.0'
3+
s.version = '3.3.0'
44
s.summary = 'Firebase DynamicLinks for iOS'
55

66
s.description = <<-DESC

FirebaseFirestore.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFirestore'
3-
s.version = '0.15.0'
3+
s.version = '0.16.0'
44
s.summary = 'Google Cloud Firestore for iOS'
55

66
s.description = <<-DESC

FirebaseMessaging.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseMessaging'
3-
s.version = '3.2.1'
3+
s.version = '3.2.2'
44
s.summary = 'Firebase Messaging for iOS'
55

66
s.description = <<-DESC

Firestore/Example/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ target 'Firestore_Example_iOS' do
1010
# The next line is the forcing function for the Firebase pod. The Firebase
1111
# version's subspecs should depend on the component versions in their
1212
# corresponding podspec's.
13-
pod 'Firebase/CoreOnly', '5.13.0'
13+
pod 'Firebase/CoreOnly', '5.14.0'
1414

1515
pod 'FirebaseAuth', :path => '../../'
1616
pod 'FirebaseAuthInterop', :path => '../../'

Releases/Manifests/5.14.0.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"FirebaseAuth":"5.1.0",
3+
"FirebaseCore":"5.1.9",
4+
"FirebaseDatabase":"5.0.4",
5+
"FirebaseDynamicLinks":"3.3.0",
6+
"FirebaseFirestore":"0.16.0",
7+
"FirebaseMessaging":"3.2.2"
8+
}

0 commit comments

Comments
 (0)