blob: 38a6a69414f236f7d7cded31dc691e190efb143d [file] [log] [blame]
{
"name": "OktaAuthSdk",
"version": "2.0.1",
"summary": "SDK for Okta native authentication.",
"description": "Integrate your native app with Okta.",
"homepage": "https://github.com/okta/okta-auth-swift",
"license": {
"type": "APACHE2",
"file": "LICENSE"
},
"authors": {
"Okta Developers": "developer@okta.com"
},
"source": {
"git": "https://github.com/okta/okta-auth-swift.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*",
"swift_version": "4.2",
"exclude_files": [
"Source/Info.plist"
]
}