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