Skip to content

Commit 6ade8be

Browse files
committed
update minimum versions for dependencies nad remove unnecessary name logic
1 parent 533a588 commit 6ade8be

File tree

25 files changed

+73
-179
lines changed

25 files changed

+73
-179
lines changed

FirebaseAnonymousAuthUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseAnonymousAuthUI'
3-
s.version = '12.3.0'
3+
s.version = '13.0.0'
44
s.summary = 'Provides anonymous auth support for FirebaseAuthUI.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
77
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
88
s.author = 'Firebase'
99
s.platform = :ios
10-
s.ios.deployment_target = '10.0'
10+
s.ios.deployment_target = '11.0'
1111
s.ios.framework = 'UIKit'
1212
s.requires_arc = true
1313
s.cocoapods_version = '>= 1.8.0'

FirebaseAnonymousAuthUI/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '10.0'
1+
platform :ios, '11.0'
22

33
target 'FirebaseAnonymousAuthUI' do
44
use_frameworks!

FirebaseAuthUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseAuthUI'
3-
s.version = '12.3.0'
3+
s.version = '13.0.0'
44
s.summary = 'A prebuilt authentication UI flow for Firebase Auth.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
77
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
88
s.author = 'Firebase'
99
s.platform = :ios
10-
s.ios.deployment_target = '10.0'
10+
s.ios.deployment_target = '11.0'
1111
s.ios.framework = 'UIKit'
1212
s.requires_arc = true
1313
s.cocoapods_version = '>= 1.8.0'

FirebaseAuthUI/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# source 'sso://cpdc-internal/firebase'
22
source 'https://github.com/CocoaPods/Specs.git'
33

4-
platform :ios, '10.0'
4+
platform :ios, '11.0'
55

66
target 'FirebaseAuthUI' do
77
use_frameworks!

FirebaseDatabaseUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDatabaseUI'
3-
s.version = '12.3.0'
3+
s.version = '13.0.0'
44
s.summary = 'Prebuilt data sources and UI bindings for Firebase Database.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
77
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
88
s.author = 'Firebase'
99
s.platform = :ios
10-
s.ios.deployment_target = '10.0'
10+
s.ios.deployment_target = '11.0'
1111
s.ios.framework = 'UIKit'
1212
s.requires_arc = true
1313
s.cocoapods_version = '>= 1.8.0'

FirebaseDatabaseUI/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# source 'sso://cpdc-internal/firebase'
22
source 'https://github.com/CocoaPods/Specs.git'
33

4-
platform :ios, '10.0'
4+
platform :ios, '11.0'
55

66
target 'FirebaseDatabaseUI' do
77
use_frameworks!

FirebaseEmailAuthUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseEmailAuthUI'
3-
s.version = '12.3.0'
3+
s.version = '13.0.0'
44
s.summary = 'An email authentication provider for FirebaseAuthUI.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
77
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
88
s.author = 'Firebase'
99
s.platform = :ios
10-
s.ios.deployment_target = '10.0'
10+
s.ios.deployment_target = '11.0'
1111
s.ios.framework = 'UIKit'
1212
s.requires_arc = true
1313
s.cocoapods_version = '>= 1.8.0'

FirebaseEmailAuthUI/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# source 'sso://cpdc-internal/firebase'
22
source 'https://github.com/CocoaPods/Specs.git'
33

4-
platform :ios, '10.0'
4+
platform :ios, '11.0'
55

66
target 'FirebaseEmailAuthUI' do
77
use_frameworks!

FirebaseFacebookAuthUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFacebookAuthUI'
3-
s.version = '12.3.0'
3+
s.version = '13.0.0'
44
s.summary = 'A Facebook auth provider for FirebaseAuthUI.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
77
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
88
s.author = 'Firebase'
99
s.platform = :ios
10-
s.ios.deployment_target = '10.0'
10+
s.ios.deployment_target = '11.0'
1111
s.ios.framework = 'UIKit'
1212
s.requires_arc = true
1313
s.cocoapods_version = '>= 1.8.0'

FirebaseFacebookAuthUI/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# source 'sso://cpdc-internal/firebase'
22
source 'https://github.com/CocoaPods/Specs.git'
33

4-
platform :ios, '12.0'
4+
platform :ios, '14.0'
55

66
target 'FirebaseFacebookAuthUI' do
77
use_frameworks!

0 commit comments

Comments
 (0)