Skip to content

Commit 44ef840

Browse files
Fixed deployment target (#193)
1 parent 253c699 commit 44ef840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OktaOidc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Integrate your native app with Okta using the AppAuth library.
1111
s.authors = { "Okta Developers" => "[email protected]"}
1212
s.source = { :git => 'https://github.com/okta/okta-oidc-ios.git', :tag => s.version.to_s }
1313

14-
s.ios.deployment_target = '10.0'
14+
s.ios.deployment_target = '9.0'
1515
s.source_files = 'Okta/**/*'
1616
s.swift_version = '4.2'
1717
end

0 commit comments

Comments
 (0)