File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ target 'Core_Example_iOS' do
1515 # The next line is the forcing function for the Firebase pod. The Firebase
1616 # version's subspecs should depend on the component versions in their
1717 # corresponding podspec's.
18- pod 'Firebase/CoreOnly' , '5.14 .0'
18+ pod 'Firebase/CoreOnly' , '5.15 .0'
1919
2020 target 'Core_Tests_iOS' do
2121 inherit! :search_paths
Original file line number Diff line number Diff line change 4343NSString *const kFIRLibraryVersionID =
4444 @" 5" // Major version (one or more digits)
4545 @" 01" // Minor version (exactly 2 digits)
46- @" 09 " // Build number (exactly 2 digits)
46+ @" 10 " // Build number (exactly 2 digits)
4747 @" 000" ; // Fixed "000"
4848// Plist file name.
4949NSString *const kServiceInfoFileName = @" GoogleService-Info" ;
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'FirebaseAuth'
3- s . version = '5.1 .0'
3+ s . version = '5.2 .0'
44 s . summary = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)'
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'FirebaseCore'
3- s . version = '5.1.9 '
3+ s . version = '5.1.10 '
44 s . summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
55
66 s . description = <<-DESC
@@ -32,7 +32,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
3232 s . pod_target_xcconfig = {
3333 'GCC_C_LANGUAGE_STANDARD' => 'c99' ,
3434 'GCC_PREPROCESSOR_DEFINITIONS' =>
35- 'FIRCore_VERSION=' + s . version . to_s + ' Firebase_VERSION=5.14 .0' ,
35+ 'FIRCore_VERSION=' + s . version . to_s + ' Firebase_VERSION=5.15 .0' ,
3636 'OTHER_CFLAGS' => '-fno-autolink'
3737 }
3838end
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'FirebaseFirestore'
3- s . version = '0.16.0 '
3+ s . version = '0.16.1 '
44 s . summary = 'Google Cloud Firestore for iOS'
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'FirebaseFunctions'
3- s . version = '2.1.1 '
3+ s . version = '2.1.2 '
44 s . summary = 'Cloud Functions for Firebase iOS SDK.'
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ target 'Firestore_Example_iOS' do
1010 # The next line is the forcing function for the Firebase pod. The Firebase
1111 # version's subspecs should depend on the component versions in their
1212 # corresponding podspec's.
13- pod 'Firebase/CoreOnly' , '5.14 .0'
13+ pod 'Firebase/CoreOnly' , '5.15 .0'
1414
1515 pod 'FirebaseAuth' , :path => '../../'
1616 pod 'FirebaseAuthInterop' , :path => '../../'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target 'SymbolCollisionTest' do
66 # use_frameworks!
77
88 # Firebase Pods
9- pod 'Firebase' , '5.14 .0'
9+ pod 'Firebase' , '5.15 .0'
1010 pod 'FirebaseAnalytics'
1111 pod 'FirebaseAuth'
1212 pod 'FirebaseCore'
You can’t perform that action at this time.
0 commit comments