Browse Source

Update versions for Release 6.9.0

Paul Beusterien 6 years ago
parent
commit
f534516521

+ 1 - 1
Example/Podfile

@@ -21,7 +21,7 @@ target 'Core_Example_iOS' do
   # The next line is the forcing function for the Firebase pod. The Firebase
   # version's subspecs should depend on the component versions in the
   # corresponding podspec's in this repo.
-  pod 'Firebase/CoreOnly', '6.8.1'
+  pod 'Firebase/CoreOnly', '6.9.0'
 
   target 'Core_Tests_iOS' do
     inherit! :search_paths

+ 2 - 2
FirebaseCore.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseCore'
-  s.version          = '6.2.3'
+  s.version          = '6.3.0'
   s.summary          = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
 
   s.description      = <<-DESC
@@ -39,7 +39,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.8.1',
+      'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.9.0',
     'OTHER_CFLAGS' => '-fno-autolink'
   }
   s.test_spec 'unit' do |unit_tests|

+ 1 - 1
FirebaseCoreDiagnostics.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseCoreDiagnostics'
-  s.version          = '1.0.1'
+  s.version          = '1.1.0'
   s.summary          = 'Firebase Core Diagnostics'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseFirestore.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseFirestore'
-  s.version          = '1.5.0'
+  s.version          = '1.5.1'
   s.summary          = 'Google Cloud Firestore for iOS'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseRemoteConfig.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseRemoteConfig'
-  s.version          = '4.4.0'
+  s.version          = '4.4.1'
   s.summary          = 'Firebase RemoteConfig for iOS'
 
   s.description      = <<-DESC

+ 1 - 1
Firestore/Example/Podfile

@@ -96,7 +96,7 @@ target 'Firestore_Example_iOS' do
   # The next line is the forcing function for the Firebase pod. The Firebase
   # version's subspecs should depend on the component versions in their
   # corresponding podspecs.
-  pod 'Firebase/CoreOnly', '6.8.1'
+  pod 'Firebase/CoreOnly', '6.9.0'
 
   configure_local_pods()
 

+ 1 - 1
GoogleDataTransport.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'GoogleDataTransport'
-  s.version          = '1.2.0'
+  s.version          = '2.0.0'
   s.summary          = 'Google iOS SDK data transport.'
 
   s.description      = <<-DESC

+ 1 - 1
GoogleDataTransportCCTSupport.podspec

@@ -1,7 +1,7 @@
 
 Pod::Spec.new do |s|
   s.name             = 'GoogleDataTransportCCTSupport'
-  s.version          = '1.0.3'
+  s.version          = '1.1.0'
   s.summary          = 'Support library for the GoogleDataTransport CCT backend target.'
 
 

+ 1 - 1
SymbolCollisionTest/Podfile

@@ -8,7 +8,7 @@ target 'SymbolCollisionTest' do
   # use_frameworks!
 
   # Firebase Pods
-    pod 'Firebase', '6.8.1'
+    pod 'Firebase', '6.9.0'
     pod 'FirebaseAnalytics'
     pod 'FirebaseAuth'
     pod 'FirebaseCore'