File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
5
5
s . description = <<-DESC
6
6
Integrate your native app with Okta using the AppAuth library.
7
7
DESC
8
- s . platforms = { :ios => "11.0" , :osx => "10.10 " }
8
+ s . platforms = { :ios => "11.0" , :osx => "10.14 " }
9
9
s . homepage = 'https://github.com/okta/okta-oidc-ios'
10
10
s . license = { :type => 'APACHE2' , :file => 'LICENSE' }
11
11
s . authors = { "Okta Developers" => "developer@okta.com" }
@@ -15,15 +15,15 @@ Integrate your native app with Okta using the AppAuth library.
15
15
s . subspec 'AppAuth' do |appauth |
16
16
appauth . source_files = 'Sources/AppAuth/**/*.{h,m}'
17
17
appauth . ios . deployment_target = '11.0'
18
- appauth . osx . deployment_target = '10.10 '
18
+ appauth . osx . deployment_target = '10.14 '
19
19
end
20
20
21
21
s . subspec 'Okta' do |okta |
22
22
okta . dependency 'OktaOidc/AppAuth'
23
23
okta . source_files = 'Sources/OktaOidc/**/*.{h,swift}'
24
24
okta . exclude_files = 'Sources/OktaOidc/Common/Exports.swift'
25
25
okta . ios . deployment_target = '11.0'
26
- okta . osx . deployment_target = '10.10 '
26
+ okta . osx . deployment_target = '10.14 '
27
27
end
28
28
29
29
s . xcconfig = { 'USER_HEADER_SEARCH_PATHS' => '${SRCROOT}/Sources/**' }
You can’t perform that action at this time.
0 commit comments