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