blob: d2ad7b724bdc317d8be0d14f0ad9c02eeea67031 [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"
}