blob: ddf41a763d94aee133f41e83217c5f19b8b8b5e8 [file] [log] [blame]
{
"name": "TouchIDAuth",
"version": "0.2.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.",
"homepage": "https://github.com/auth0/TouchIDAuth",
"license": "MIT",
"authors": {
"Hernan Zalazar": "hernan@auth0.com"
},
"source": {
"git": "https://github.com/auth0/TouchIDAuth.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TouchIDAuth/*.{h,m}",
"frameworks": [
"Security",
"LocalAuthentication"
],
"dependencies": {
"SimpleKeychain": [
"~> 0.3"
]
}
}