Skip to content

Commit

Permalink
Fixed deployment target (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarAbdullin-okta authored Oct 7, 2019
1 parent 253c699 commit 44ef840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OktaOidc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Integrate your native app with Okta using the AppAuth library.
s.authors = { "Okta Developers" => "developer@okta.com"}
s.source = { :git => 'https://github.com/okta/okta-oidc-ios.git', :tag => s.version.to_s }

s.ios.deployment_target = '10.0'
s.ios.deployment_target = '9.0'
s.source_files = 'Okta/**/*'
s.swift_version = '4.2'
end

0 comments on commit 44ef840

Please sign in to comment.