blob: 0879a97a1ae036502517c427bcf99d9a32e09394 [file] [log] [blame]
{
"name": "OktaAuth",
"version": "1.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": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Okta/**/*",
"dependencies": {
"AppAuth": [
"~> 0.91.0"
],
"Vinculum": [
"~> 0.2.0"
],
"HydraAsync": [
"~> 1.0.1"
],
"OktaJWT": [
"~> 1.0.0"
]
}
}