blob: 8ff1f7abf27b470854de787a0bd57d1a0a45578a [file] [log] [blame]
{
"name": "OktaAuth",
"version": "2.0.0",
"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": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Okta/**/*",
"dependencies": {
"OktaAppAuth": [
"= 1.1.0.beta-okta"
],
"HydraAsync": [
"~> 1.2.1"
]
}
}