Skip to content

Commit e16c386

Browse files
Kyle JuKyleJu
authored andcommitted
Update component versions for Firebase 4.8.0 (#561)
1 parent 43774fe commit e16c386

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target 'Core_Example_iOS' do
88
# The next line is the forcing function for the Firebase pod. The Firebase
99
# version's subspecs should depend on the component versions in their
1010
# corresponding podspec's.
11-
pod 'Firebase/Core', '4.7.0'
11+
pod 'Firebase/Core', '4.8.0'
1212

1313
target 'Core_Tests_iOS' do
1414
inherit! :search_paths

Firebase/Core/FIROptions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
NSString *const kFIRLibraryVersionID =
4343
@"4" // Major version (one or more digits)
4444
@"00" // Minor version (exactly 2 digits)
45-
@"12" // Build number (exactly 2 digits)
45+
@"13" // 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
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseAuth'
3-
s.version = '4.4.0'
3+
s.version = '4.4.1'
44
s.summary = 'The official iOS client for Firebase Authentication'
55

66
s.description = <<-DESC

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 = '4.0.12'
3+
s.version = '4.0.13'
44
s.summary = 'Firebase Core for iOS'
55

66
s.description = <<-DESC

FirebaseDatabase.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 = 'FirebaseDatabase'
3-
s.version = '4.1.2'
3+
s.version = '4.1.3'
44
s.summary = 'Firebase Open Source Libraries for iOS.'
55

66
s.description = <<-DESC

FirebaseFirestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'FirebaseFirestore'
11-
s.version = '0.9.3'
11+
s.version = '0.9.4'
1212
s.summary = 'Google Cloud Firestore for iOS'
1313

1414
s.description = <<-DESC

FirebaseMessaging.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 = 'FirebaseMessaging'
3-
s.version = '2.0.7'
3+
s.version = '2.0.8'
44
s.summary = 'Firebase Messaging for iOS'
55

66
s.description = <<-DESC

FirebaseStorage.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 = 'FirebaseStorage'
3-
s.version = '2.1.0'
3+
s.version = '2.1.1'
44
s.summary = 'Firebase Storage for iOS'
55

66
s.description = <<-DESC

Firestore/Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The next line is the forcing function for the Firebase pod. The Firebase
22
# version's subspecs should depend on the component versions in their
33
# corresponding podspec's.
4-
pod 'Firebase/Core', '4.7.0'
4+
pod 'Firebase/Core', '4.8.0'
55

66
use_frameworks!
77
platform :ios, '8.0'

0 commit comments

Comments
 (0)