Răsfoiți Sursa

Version bumps for Firebase 4.10.0 (#859)

Paul Beusterien 8 ani în urmă
părinte
comite
85dc1d4ec9

+ 1 - 1
Example/Podfile

@@ -8,7 +8,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 their
   # corresponding podspec's.
-  pod 'Firebase/Core', '4.9.0'
+  pod 'Firebase/Core', '4.10.0'
 
   target 'Core_Tests_iOS' do
     inherit! :search_paths

+ 1 - 1
Firebase/Core/FIROptions.m

@@ -43,7 +43,7 @@ NSString *const kFIRIsSignInEnabled = @"IS_SIGNIN_ENABLED";
 NSString *const kFIRLibraryVersionID =
     @"4"     // Major version (one or more digits)
     @"00"    // Minor version (exactly 2 digits)
-    @"15"    // Build number (exactly 2 digits)
+    @"16"    // Build number (exactly 2 digits)
     @"000";  // Fixed "000"
 // Plist file name.
 NSString *const kServiceInfoFileName = @"GoogleService-Info";

+ 1 - 1
FirebaseAuth.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseAuth'
-  s.version          = '4.4.3'
+  s.version          = '4.4.4'
   s.summary          = 'The official iOS client for Firebase Authentication'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseCore.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseCore'
-  s.version          = '4.0.15'
+  s.version          = '4.0.16'
   s.summary          = 'Firebase Core for iOS'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseDatabase.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseDatabase'
-  s.version          = '4.1.4'
+  s.version          = '4.1.5'
   s.summary          = 'Firebase Open Source Libraries for iOS.'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseFirestore.podspec

@@ -8,7 +8,7 @@
 
 Pod::Spec.new do |s|
   s.name             = 'FirebaseFirestore'
-  s.version          = '0.10.1'
+  s.version          = '0.10.2'
   s.summary          = 'Google Cloud Firestore for iOS'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseMessaging.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseMessaging'
-  s.version          = '2.1.0'
+  s.version          = '2.1.1'
   s.summary          = 'Firebase Messaging for iOS'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseStorage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseStorage'
-  s.version          = '2.1.2'
+  s.version          = '2.1.3'
   s.summary          = 'Firebase Storage for iOS'
 
   s.description      = <<-DESC

+ 1 - 1
Firestore/Example/Podfile

@@ -1,7 +1,7 @@
 # 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 podspec's.
-pod 'Firebase/Core', '4.9.0'
+pod 'Firebase/Core', '4.10.0'
 
 use_frameworks!
 platform :ios, '8.0'