blob: f419ecb70d968275f2bf22c4a99de0e128a37f13 [file] [log] [blame]
{
"name": "RZTouchID",
"version": "1.1.0",
"summary": "A simple API for using TouchID to store and retrieve passwords from the keychain.",
"description": " Provides an interface to add/remove passwords in the keychain, and retrieve them using TouchID. Provides support for passcode and password fallback options.\n",
"homepage": "https://github.com/Raizlabs/RZTouchID",
"license": "MIT",
"authors": {
"Adam Howitt": "adam.howitt@raizlabs.com"
},
"social_media_url": "https://twitter.com/raizlabs",
"source": {
"git": "https://github.com/Raizlabs/RZTouchID.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RZTouchID",
"frameworks": [
"UIKit",
"LocalAuthentication"
]
}