Skip to content

Commit

Permalink
Update iOS minimum to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jun 8, 2024
1 parent 6ba9709 commit 34b6aee
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 50 deletions.
6 changes: 3 additions & 3 deletions FirebaseAnonymousAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAnonymousAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'Provides anonymous auth support for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.public_header_files = 'FirebaseAnonymousAuthUI/Sources/Public/FirebaseAnonymousAuthUI/*.h'
s.source_files = 'FirebaseAnonymousAuthUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseAuthUI'
s.dependency 'FirebaseAuth', '>= 8.0', '< 11.0'
s.dependency 'FirebaseAuth', '>= 8.0', '< 12.0'
s.dependency 'FirebaseCore'
s.resource_bundles = {
'FirebaseAnonymousAuthUI' => [
Expand Down
6 changes: 3 additions & 3 deletions FirebaseAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'A prebuilt authentication UI flow for Firebase Auth.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.public_header_files = 'FirebaseAuthUI/Sources/Public/FirebaseAuthUI/*.h'
s.source_files = 'FirebaseAuthUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseAuth', '>= 8.0', '< 11.0'
s.dependency 'FirebaseAuth', '>= 8.0', '< 12.0'
s.dependency 'FirebaseCore'
s.resource_bundles = {
'FirebaseAuthUI' => ['FirebaseAuthUI/Sources/{Resources,Strings}/*.{xib,png,lproj}']
Expand Down
6 changes: 3 additions & 3 deletions FirebaseDatabaseUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseDatabaseUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'Prebuilt data sources and UI bindings for Firebase Database.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -18,6 +18,6 @@ Pod::Spec.new do |s|

s.public_header_files = 'FirebaseDatabaseUI/Sources/Public/FirebaseDatabaseUI/*.h'
s.source_files = 'FirebaseDatabaseUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseDatabase', '>= 8.0', '< 11.0'
s.dependency 'FirebaseDatabase', '>= 8.0', '< 12.0'

end
4 changes: 2 additions & 2 deletions FirebaseEmailAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseEmailAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'An email authentication provider for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand Down
6 changes: 3 additions & 3 deletions FirebaseFacebookAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseFacebookAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'A Facebook auth provider for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
}
s.swift_version = '5.3'

s.platform = :ios, '12.0'
s.platform = :ios, '13.0'
s.public_header_files = 'FirebaseFacebookAuthUI/Sources/Public/FirebaseFacebookAuthUI/*.h'
s.source_files = 'FirebaseFacebookAuthUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseAuth'
Expand Down
6 changes: 3 additions & 3 deletions FirebaseFirestoreUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseFirestoreUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'Data libraries and UI bindings for Firestore.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -18,6 +18,6 @@ Pod::Spec.new do |s|

s.public_header_files = 'FirebaseFirestoreUI/Sources/Public/FirebaseFirestoreUI/*.h'
s.source_files = 'FirebaseFirestoreUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseFirestore', '>= 8.0', '< 11.0'
s.dependency 'FirebaseFirestore', '>= 8.0', '< 12.0'

end
4 changes: 2 additions & 2 deletions FirebaseGoogleAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseGoogleAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'Google authentication for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand Down
6 changes: 3 additions & 3 deletions FirebaseOAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseOAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'A collection of OAuth providers for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.public_header_files = 'FirebaseOAuthUI/Sources/Public/FirebaseOAuthUI/*.h'
s.source_files = 'FirebaseOAuthUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseAuthUI', '>= 12.0.2', '< 14.0'
s.dependency 'FirebaseAuth', '>= 8.0', '< 11.0'
s.dependency 'FirebaseAuth', '>= 8.0', '< 12.0'
s.resource_bundles = {
'FirebaseOAuthUI' => ['FirebaseOAuthUI/Sources/{Resources,Strings}/*.{png,lproj}']
}
Expand Down
4 changes: 2 additions & 2 deletions FirebasePhoneAuthUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebasePhoneAuthUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'A phone auth provider for FirebaseAuthUI.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
Expand Down
8 changes: 4 additions & 4 deletions FirebaseStorageUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseStorageUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'UI binding libraries for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.tvos.framework = 'UIKit'
s.requires_arc = true
Expand All @@ -17,10 +17,10 @@ Pod::Spec.new do |s|
}
s.swift_version = '5.3'

s.tvos.deployment_target = '11.0'
s.tvos.deployment_target = '13.0'
s.public_header_files = 'FirebaseStorageUI/Sources/Public/FirebaseStorageUI/*.h'
s.source_files = 'FirebaseStorageUI/Sources/**/*.{h,m}'
s.dependency 'FirebaseStorage', '>= 8.0', '< 11.0'
s.dependency 'FirebaseStorage', '>= 8.0', '< 12.0'
s.dependency 'SDWebImage', '~> 5.6'

end
24 changes: 12 additions & 12 deletions FirebaseUI.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'FirebaseUI'
s.version = '13.1.0'
s.version = '14.0.0'
s.summary = 'UI binding libraries for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s}
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.ios.framework = 'UIKit'
s.requires_arc = true
s.public_header_files = 'FirebaseUI.h'
Expand All @@ -19,43 +19,43 @@ Pod::Spec.new do |s|
}

s.subspec 'Database' do |database|
database.dependency 'FirebaseDatabaseUI', '~> 13.0'
database.dependency 'FirebaseDatabaseUI', '~> 14.0'
end

s.subspec 'Firestore' do |firestore|
firestore.dependency 'FirebaseFirestoreUI', '~> 13.0'
firestore.dependency 'FirebaseFirestoreUI', '~> 14.0'
end

s.subspec 'Storage' do |storage|
storage.dependency 'FirebaseStorageUI', '~> 13.0'
storage.dependency 'FirebaseStorageUI', '~> 14.0'
end

s.subspec 'Auth' do |auth|
auth.dependency 'FirebaseAuthUI', '~> 13.0'
auth.dependency 'FirebaseAuthUI', '~> 14.0'
end

s.subspec 'Anonymous' do |anonymous|
anonymous.dependency 'FirebaseAnonymousAuthUI', '~> 13.0'
anonymous.dependency 'FirebaseAnonymousAuthUI', '~> 14.0'
end

s.subspec 'Email' do |email|
email.dependency 'FirebaseEmailAuthUI', '~> 13.0'
email.dependency 'FirebaseEmailAuthUI', '~> 14.0'
end

s.subspec 'Facebook' do |facebook|
facebook.dependency 'FirebaseFacebookAuthUI', '~> 13.0'
facebook.dependency 'FirebaseFacebookAuthUI', '~> 14.0'
end

s.subspec 'Google' do |google|
google.dependency 'FirebaseGoogleAuthUI', '~> 13.0'
google.dependency 'FirebaseGoogleAuthUI', '~> 14.0'
end

s.subspec 'OAuth' do |oauth|
oauth.dependency 'FirebaseOAuthUI', '~> 13.0'
oauth.dependency 'FirebaseOAuthUI', '~> 14.0'
end

s.subspec 'Phone' do |phone|
phone.dependency 'FirebasePhoneAuthUI', '~> 13.0'
phone.dependency 'FirebasePhoneAuthUI', '~> 14.0'
end

end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import PackageDescription
let package = Package(
name: "FirebaseUI",
defaultLocalization: "en",
platforms: [.iOS(.v12)],
platforms: [.iOS(.v13)],
products: [
.library(
name: "FirebaseAnonymousAuthUI",
Expand Down Expand Up @@ -72,7 +72,7 @@ let package = Package(
.package(
name: "Firebase",
url: "https://github.com/firebase/firebase-ios-sdk.git",
"8.0.0"..<"11.0.0"
"8.0.0"..<"12.0.0"
),
.package(
name: "GoogleSignIn",
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@ If you don't want to use all of FirebaseUI, there are multiple subspecs which ca

```ruby
# Only pull in Firestore features
pod 'FirebaseUI/Firestore', '~> 8.0'
pod 'FirebaseUI/Firestore'

# Only pull in Database features
pod 'FirebaseUI/Database', '~> 8.0'
pod 'FirebaseUI/Database'

# Only pull in Storage features
pod 'FirebaseUI/Storage', '~> 8.0'
pod 'FirebaseUI/Storage'

# Only pull in Auth features
pod 'FirebaseUI/Auth', '~> 8.0'
pod 'FirebaseUI/Auth'

# Only pull in Facebook login features
pod 'FirebaseUI/Facebook', '~> 8.0'
pod 'FirebaseUI/Facebook'

# Only pull in Google login features
pod 'FirebaseUI/Google', '~> 8.0'
pod 'FirebaseUI/Google'

# Only pull in Phone Auth login features
pod 'FirebaseUI/Phone', '~> 8.0'
pod 'FirebaseUI/Phone'
```

If you're including FirebaseUI in a Swift project, make sure you also have:

```ruby
platform :ios, '11.0'
platform :ios, '13.0'
use_frameworks!
```

Expand Down

0 comments on commit 34b6aee

Please sign in to comment.