blob: eb40bf058ab4e1765f8b9dcf5f319a3f87c71d7d [file] [log] [blame]
{
"name": "RZTouchID",
"version": "1.1.2",
"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.",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "RZTouchID",
"frameworks": [
"UIKit",
"LocalAuthentication"
]
}