Skip to content

Commit 330a55f

Browse files
authored
Merge 6.8.1 (#3811)
1 parent 7417ee0 commit 330a55f

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-8
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ target 'Core_Example_iOS' do
2121
# The next line is the forcing function for the Firebase pod. The Firebase
2222
# version's subspecs should depend on the component versions in the
2323
# corresponding podspec's in this repo.
24-
pod 'Firebase/CoreOnly', '6.8.0'
24+
pod 'Firebase/CoreOnly', '6.8.1'
2525

2626
target 'Core_Tests_iOS' do
2727
inherit! :search_paths

FirebaseCore.podspec

Lines changed: 2 additions & 2 deletions
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.2.2'
3+
s.version = '6.2.3'
44
s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC
@@ -39,7 +39,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
3939
s.pod_target_xcconfig = {
4040
'GCC_C_LANGUAGE_STANDARD' => 'c99',
4141
'GCC_PREPROCESSOR_DEFINITIONS' =>
42-
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.8.0',
42+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.8.1',
4343
'OTHER_CFLAGS' => '-fno-autolink'
4444
}
4545
s.test_spec 'unit' do |unit_tests|

FirebaseDynamicLinks.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 = 'FirebaseDynamicLinks'
3-
s.version = '4.0.4'
3+
s.version = '4.0.5'
44
s.summary = 'Firebase DynamicLinks for iOS'
55

66
s.description = <<-DESC

FirebaseInstanceID.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 = 'FirebaseInstanceID'
3-
s.version = '4.2.4'
3+
s.version = '4.2.5'
44
s.summary = 'Firebase InstanceID 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 = '3.4.0'
3+
s.version = '3.4.1'
44
s.summary = 'Firebase Storage for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

Firestore/Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ target 'Firestore_Example_iOS' do
9696
# The next line is the forcing function for the Firebase pod. The Firebase
9797
# version's subspecs should depend on the component versions in their
9898
# corresponding podspecs.
99-
pod 'Firebase/CoreOnly', '6.8.0'
99+
pod 'Firebase/CoreOnly', '6.8.1'
100100

101101
configure_local_pods()
102102

Releases/Manifests/6.8.1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"FirebaseCore":"6.2.3",
3+
"FirebaseDynamicLinks":"4.0.5",
4+
"FirebaseInstanceID":"4.2.5",
5+
"FirebaseStorage":"3.4.1"
6+
}

SymbolCollisionTest/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target 'SymbolCollisionTest' do
88
# use_frameworks!
99

1010
# Firebase Pods
11-
pod 'Firebase', '6.8.0'
11+
pod 'Firebase', '6.8.1'
1212
pod 'FirebaseAnalytics'
1313
pod 'FirebaseAuth'
1414
pod 'FirebaseCore'

0 commit comments

Comments
 (0)