Skip to content

Commit 834fe96

Browse files
committed
Update versions for Release 6.2.0
1 parent 4ec8087 commit 834fe96

File tree

9 files changed

+18
-9
lines changed

9 files changed

+18
-9
lines changed

Example/Podfile

+1-1
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 the
2121
# corresponding podspec's in this repo.
22-
pod 'Firebase/CoreOnly', '6.1.0'
22+
pod 'Firebase/CoreOnly', '6.2.0'
2323

2424
target 'Core_Tests_iOS' do
2525
inherit! :search_paths

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

66
s.description = <<-DESC
@@ -33,7 +33,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
3333
s.pod_target_xcconfig = {
3434
'GCC_C_LANGUAGE_STANDARD' => 'c99',
3535
'GCC_PREPROCESSOR_DEFINITIONS' =>
36-
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.1.0',
36+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.2.0',
3737
'OTHER_CFLAGS' => '-fno-autolink'
3838
}
3939
s.test_spec 'unit' do |unit_tests|

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 = '1.3.1'
3+
s.version = '1.3.2'
44
s.summary = 'Google Cloud Firestore for iOS'
55

66
s.description = <<-DESC

FirebaseInstanceID.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseInstanceID'
3-
s.version = '4.1.0'
3+
s.version = '4.1.1'
44
s.summary = 'Firebase InstanceID 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 = '4.0.1'
3+
s.version = '4.0.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
@@ -43,7 +43,7 @@ target 'Firestore_Example_iOS' do
4343
# The next line is the forcing function for the Firebase pod. The Firebase
4444
# version's subspecs should depend on the component versions in their
4545
# corresponding podspec's.
46-
pod 'Firebase/CoreOnly', '6.1.0'
46+
pod 'Firebase/CoreOnly', '6.2.0'
4747

4848
pod 'FirebaseAuth', :path => '../../'
4949
pod 'FirebaseAuthInterop', :path => '../../'

Releases/Manifests/6.2.0.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"FirebaseAuth":"6.1.1",
3+
"FirebaseCore":"6.0.2",
4+
"FirebaseFirestore":"1.3.2",
5+
"FirebaseInAppMessaging":"0.15.0",
6+
"FirebaseInAppMessagingDisplay":"0.15.0",
7+
"FirebaseInstanceID":"4.1.1",
8+
"FirebaseMessaging":"4.0.2"
9+
}

SymbolCollisionTest/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'SymbolCollisionTest' do
66
# use_frameworks!
77

88
# Firebase Pods
9-
pod 'Firebase', '6.1.0'
9+
pod 'Firebase', '6.2.0'
1010
pod 'FirebaseAnalytics'
1111
pod 'FirebaseAuth'
1212
pod 'FirebaseCore'

0 commit comments

Comments
 (0)