blob: 06b77370cbf9bc3799f62ef1b0ce46c5c9a03dd3 [file] [log] [blame]
{
"name": "OktaAuth",
"version": "1.0.1",
"summary": "SDK to easily integrate AppAuth with Okta",
"description": "Integrate your native app with Okta using the AppAuth library.",
"homepage": "https://github.com/okta/okta-sdk-appauth-ios",
"license": {
"type": "APACHE2",
"file": "LICENSE"
},
"authors": {
"Okta Developers": "developer@okta.com"
},
"source": {
"git": "https://github.com/okta/okta-sdk-appauth-ios.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Okta/**/*",
"dependencies": {
"AppAuth": [
"~> 0.91.0"
],
"Vinculum": [
"~> 0.2.0"
],
"HydraAsync": [
"~> 1.0.1"
],
"OktaJWT": [
"~> 1.0.0"
]
},
"deprecated_in_favor_of": "OktaOidc"
}