blob: 9e761ae30dcf5f7c0125d26ff06ca15d88c60669 [file] [log] [blame]
{
"name": "OktaAuth",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Okta/**/*",
"dependencies": {
"AppAuth": [
"~> 0.9.1"
]
},
"pushed_with_swift_version": "3.0",
"deprecated_in_favor_of": "OktaOidc"
}