blob: 6e67ba9fe5105da2651f4d7bea53cbbeb920adbc [file] [log] [blame]
{
"name": "TouchIDAuth",
"version": "0.1.0",
"summary": "A library for passwordless authentication using TouchID & JWT",
"description": "iOS library that implements a passwordless flow using TouchID & JWT.\nThe authentication flow has these steps:\n\n* TouchID validation\n* Public/Private Key handling\n* JWT generation & signing\n\nIt provides callbacks to implement the interaction with your backend in order to:\n\n* Associate a public key to a user (Used to validate the signed JWT)\n* Authenticate using the generated JWT.\n",
"homepage": "https://github.com/auth0/TouchIDAuth",
"license": "MIT",
"authors": {
"Hernan Zalazar": "hernan@auth0.com"
},
"source": {
"git": "https://github.com/auth0/TouchIDAuth.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"Security",
"LocalAuthentication"
],
"dependencies": {
"SimpleKeychain": [
"~> 0.2"
],
"libextobjc": [
"~> 0.4"
],
"ObjectiveSugar": [
"~> 1.1"
]
}
}