Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 6.19.0 #5058

Merged
merged 8 commits into from
Mar 10, 2020
18 changes: 9 additions & 9 deletions Firebase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Firebase'
s.version = '6.18.0'
s.version = '6.19.0'
s.summary = 'Firebase for iOS (plus community support for macOS and tvOS)'

s.description = <<-DESC
Expand Down Expand Up @@ -31,12 +31,12 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
s.default_subspec = 'Core'

s.subspec 'Core' do |ss|
ss.ios.dependency 'FirebaseAnalytics', '6.3.0'
ss.ios.dependency 'FirebaseAnalytics', '6.3.1'
ss.dependency 'Firebase/CoreOnly'
end

s.subspec 'CoreOnly' do |ss|
ss.dependency 'FirebaseCore', '6.6.3'
ss.dependency 'FirebaseCore', '6.6.4'
ss.source_files = 'CoreOnly/Sources/Firebase.h'
ss.preserve_paths = 'CoreOnly/Sources/module.modulemap'
if ENV['FIREBASE_POD_REPO_FOR_DEV_POD'] then
Expand All @@ -61,7 +61,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel

s.subspec 'ABTesting' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseABTesting', '~> 3.1.2'
ss.dependency 'FirebaseABTesting', '~> 3.2.0'
end

s.subspec 'AdMob' do |ss|
Expand All @@ -76,7 +76,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel

s.subspec 'Crashlytics' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseCrashlytics', '~> 4.0.0-beta.4'
ss.dependency 'FirebaseCrashlytics', '~> 4.0.0-beta.5'
end

s.subspec 'Database' do |ss|
Expand All @@ -91,7 +91,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel

s.subspec 'Firestore' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseFirestore', '~> 1.11.0'
ss.dependency 'FirebaseFirestore', '~> 1.11.1'
end

s.subspec 'Functions' do |ss|
Expand All @@ -101,7 +101,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel

s.subspec 'InAppMessaging' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.ios.dependency 'FirebaseInAppMessaging', '~> 0.18.0'
ss.ios.dependency 'FirebaseInAppMessaging', '~> 0.19.0'
ss.ios.deployment_target = '9.0'
end

Expand All @@ -128,12 +128,12 @@ Simplify your iOS development, grow your user base, and monetize more effectivel

s.subspec 'RemoteConfig' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseRemoteConfig', '~> 4.4.8'
ss.dependency 'FirebaseRemoteConfig', '~> 4.4.9'
end

s.subspec 'Storage' do |ss|
ss.dependency 'Firebase/CoreOnly'
ss.dependency 'FirebaseStorage', '~> 3.5.0'
ss.dependency 'FirebaseStorage', '~> 3.6.0'
# Standard platforms PLUS watchOS.
ss.ios.deployment_target = '8.0'
ss.osx.deployment_target = '10.11'
Expand Down
4 changes: 2 additions & 2 deletions FirebaseCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseCore'
s.version = '6.6.3'
s.version = '6.6.4'
s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'

s.description = <<-DESC
Expand Down Expand Up @@ -40,7 +40,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
s.pod_target_xcconfig = {
'GCC_C_LANGUAGE_STANDARD' => 'c99',
'GCC_PREPROCESSOR_DEFINITIONS' =>
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.18.0',
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.19.0',
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"',
'OTHER_CFLAGS' => '-fno-autolink'
}
Expand Down
4 changes: 2 additions & 2 deletions FirebaseCoreDiagnostics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseCoreDiagnostics'
s.version = '1.2.1'
s.version = '1.2.2'
s.summary = 'Firebase Core Diagnostics'

s.description = <<-DESC
Expand Down Expand Up @@ -46,7 +46,7 @@ non-Cocoapod integration. This library also respects the Firebase global data co
s.framework = 'Foundation'

s.dependency 'FirebaseCoreDiagnosticsInterop', '~> 1.2'
s.dependency 'GoogleDataTransportCCTSupport', '~> 1.3'
s.dependency 'GoogleDataTransportCCTSupport', '~> 2.0'
s.dependency 'GoogleUtilities/Environment', '~> 6.5'
s.dependency 'GoogleUtilities/Logger', '~> 6.5'
s.dependency 'nanopb', '~> 0.3.901'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseCrashlytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseCrashlytics'
s.version = '4.0.0-beta.4'
s.version = '4.0.0-beta.5'
s.summary = 'Best and lightest-weight crash reporting for mobile, desktop and tvOS.'
s.description = 'Firebase Crashlytics helps you track, prioritize, and fix stability issues that erode app quality.'
s.homepage = 'https://firebase.google.com/'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseFirestore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseFirestore'
s.version = '1.11.0'
s.version = '1.11.1'
s.summary = 'Google Cloud Firestore for iOS'

s.description = <<-DESC
Expand Down
6 changes: 3 additions & 3 deletions FirebaseInAppMessaging.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseInAppMessaging'
s.version = '0.18.0'
s.version = '0.19.0'
s.summary = 'Firebase In-App Messaging for iOS'

s.description = <<-DESC
Expand Down Expand Up @@ -44,9 +44,9 @@ See more product details at https://firebase.google.com/products/in-app-messagin
s.dependency 'FirebaseCore', '~> 6.2'
s.ios.dependency 'FirebaseAnalyticsInterop', '~> 1.3'
s.dependency 'FirebaseInstanceID', '~> 4.0'
s.dependency 'GoogleDataTransportCCTSupport', '~> 1.0'
s.dependency 'GoogleDataTransportCCTSupport', '~> 2.0'
s.dependency 'FirebaseABTesting', '~> 3.2'

s.test_spec 'unit' do |unit_tests|
unit_tests.source_files = 'FirebaseInAppMessaging/Tests/Unit/*.[mh]'
unit_tests.resources = 'FirebaseInAppMessaging/Tests/Unit/*.txt'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseRemoteConfig.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseRemoteConfig'
s.version = '4.4.8'
s.version = '4.4.9'
s.summary = 'Firebase RemoteConfig for iOS'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion GoogleDataTransport.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleDataTransport'
s.version = '4.0.1'
s.version = '5.0.0'
s.summary = 'Google iOS SDK data transport.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions GoogleDataTransportCCTSupport.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'GoogleDataTransportCCTSupport'
s.version = '1.4.1'
s.version = '2.0.0'
s.summary = 'Support library for the GoogleDataTransport CCT backend target.'


Expand Down Expand Up @@ -36,7 +36,7 @@ Support library to provide event prioritization and uploading for the GoogleData

s.libraries = ['z']

s.dependency 'GoogleDataTransport', '~> 4.0'
s.dependency 'GoogleDataTransport', '~> 5.0'
s.dependency 'nanopb', '~> 0.3.901'

header_search_paths = {
Expand Down
14 changes: 14 additions & 0 deletions Releases/Manifests/6.19.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"Firebase":"6.19.0",
"FirebaseABTesting":"3.2.0",
"FirebaseAuthInterop":"1.1.0",
"FirebaseCore":"6.6.4",
"FirebaseCoreDiagnostics":"1.2.2",
"FirebaseCrashlytics":"4.0.0-beta.5",
"FirebaseFirestore":"1.11.1",
"FirebaseInAppMessaging":"0.19.0",
"FirebaseRemoteConfig":"4.4.9",
"FirebaseStorage":"3.6.0",
"GoogleDataTransport":"5.0.0",
"GoogleDataTransportCCTSupport":"2.0.0"
}