@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7
7
s . source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git' , :tag => 'v' + s . version . to_s }
8
8
s . author = 'Firebase'
9
9
s . platform = :ios
10
- s . ios . deployment_target = '9 .0'
10
+ s . ios . deployment_target = '10 .0'
11
11
s . static_framework = true
12
12
s . ios . framework = 'UIKit'
13
13
s . requires_arc = true
@@ -16,23 +16,23 @@ Pod::Spec.new do |s|
16
16
s . cocoapods_version = '>= 1.8.0'
17
17
18
18
s . subspec 'Database' do |database |
19
- database . platform = :ios , '9 .0'
19
+ database . platform = :ios , '10 .0'
20
20
database . public_header_files = 'Database/FirebaseDatabaseUI/*.h'
21
21
database . source_files = 'Database/FirebaseDatabaseUI/*.{h,m}'
22
22
database . dependency 'Firebase/Database'
23
23
database . xcconfig = { 'HEADER_SEARCH_PATHS' => '$(PODS_ROOT)/FirebaseUI/FirebaseDatabaseUI' }
24
24
end
25
25
26
26
s . subspec 'Firestore' do |firestore |
27
- firestore . platform = :ios , '9 .0'
27
+ firestore . platform = :ios , '10 .0'
28
28
firestore . public_header_files = 'Firestore/FirebaseFirestoreUI/*.h'
29
29
firestore . source_files = 'Firestore/FirebaseFirestoreUI/*.{h,m}'
30
30
firestore . dependency 'Firebase/Firestore'
31
31
firestore . xcconfig = { 'HEADER_SEARCH_PATHS' => '$(PODS_ROOT)/FirebaseUI/FirebaseFirestoreUI' }
32
32
end
33
33
34
34
s . subspec 'Storage' do |storage |
35
- storage . ios . deployment_target = '9 .0'
35
+ storage . ios . deployment_target = '10 .0'
36
36
# storage.tvos.deployment_target = '11.0' Disabled; one of the dependencies doesn't support tvOS.
37
37
storage . public_header_files = 'Storage/FirebaseStorageUI/*.h'
38
38
storage . source_files = 'Storage/FirebaseStorageUI/*.{h,m}'
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
42
42
end
43
43
44
44
s . subspec 'Auth' do |auth |
45
- auth . platform = :ios , '9 .0'
45
+ auth . platform = :ios , '10 .0'
46
46
auth . public_header_files = [ 'Auth/FirebaseAuthUI/AccountManagement/FUIAccountSettingsOperationType.h' ,
47
47
'Auth/FirebaseAuthUI/AccountManagement/FUIAccountSettingsViewController.h' ,
48
48
'Auth/FirebaseAuthUI/FirebaseAuthUI.h' ,
@@ -74,7 +74,7 @@ Pod::Spec.new do |s|
74
74
end
75
75
76
76
s . subspec 'Anonymous' do |anonymous |
77
- anonymous . platform = :ios , '9 .0'
77
+ anonymous . platform = :ios , '10 .0'
78
78
anonymous . public_header_files = 'AnonymousAuth/FirebaseAnonymousAuthUI/*.h'
79
79
anonymous . source_files = 'AnonymousAuth/FirebaseAnonymousAuthUI/*.{h,m}'
80
80
anonymous . dependency 'FirebaseUI/Auth'
@@ -85,7 +85,7 @@ Pod::Spec.new do |s|
85
85
end
86
86
87
87
s . subspec 'Email' do |email |
88
- email . platform = :ios , '9 .0'
88
+ email . platform = :ios , '10 .0'
89
89
email . public_header_files = [ 'EmailAuth/FirebaseEmailAuthUI/FirebaseEmailAuthUI.h' ,
90
90
'EmailAuth/FirebaseEmailAuthUI/FUIConfirmEmailViewController.h' ,
91
91
'EmailAuth/FirebaseEmailAuthUI/FUIEmailAuth.h' ,
@@ -105,7 +105,7 @@ Pod::Spec.new do |s|
105
105
106
106
107
107
s . subspec 'Facebook' do |facebook |
108
- facebook . platform = :ios , '9 .0'
108
+ facebook . platform = :ios , '10 .0'
109
109
facebook . public_header_files = 'FacebookAuth/FirebaseFacebookAuthUI/*.h'
110
110
facebook . source_files = 'FacebookAuth/FirebaseFacebookAuthUI/*.{h,m}'
111
111
facebook . dependency 'FirebaseUI/Auth'
@@ -117,7 +117,7 @@ Pod::Spec.new do |s|
117
117
end
118
118
119
119
s . subspec 'Google' do |google |
120
- google . platform = :ios , '9 .0'
120
+ google . platform = :ios , '10 .0'
121
121
google . public_header_files = 'GoogleAuth/FirebaseGoogleAuthUI/*.h'
122
122
google . source_files = 'GoogleAuth/FirebaseGoogleAuthUI/*.{h,m}'
123
123
google . dependency 'FirebaseUI/Auth'
@@ -129,7 +129,7 @@ Pod::Spec.new do |s|
129
129
end
130
130
131
131
s . subspec 'OAuth' do |oauth |
132
- oauth . platform = :ios , '9 .0'
132
+ oauth . platform = :ios , '10 .0'
133
133
oauth . public_header_files = 'OAuth/FirebaseOAuthUI/*.h'
134
134
oauth . source_files = 'OAuth/FirebaseOAuthUI/*.{h,m}'
135
135
oauth . dependency 'FirebaseUI/Auth'
@@ -140,7 +140,7 @@ Pod::Spec.new do |s|
140
140
end
141
141
142
142
s . subspec 'Phone' do |phone |
143
- phone . platform = :ios , '9 .0'
143
+ phone . platform = :ios , '10 .0'
144
144
phone . public_header_files = [ 'PhoneAuth/FirebasePhoneAuthUI/FirebasePhoneAuthUI.h' ,
145
145
'PhoneAuth/FirebasePhoneAuthUI/FUIPhoneAuth.h' ]
146
146
phone . source_files = 'PhoneAuth/FirebasePhoneAuthUI/**/*.{h,m}'
0 commit comments