blob: f826dd6044cce92402fa4a2862799f338fced804 [file] [log] [blame]
{
"name": "OktaAuthSdk",
"version": "0.1.0",
"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": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*",
"exclude_files": [
"Source/Info.plist"
]
}