blob: 58b05b740a5ce12ef5ef118ae46e2623ee1870bb [file] [log] [blame]
{
"name": "BiometricKeychain",
"version": "0.1.0",
"summary": "Biometric keychain helper, saves and fetches data from keychain only after the biometric validation succeded.",
"description": "Biometric keychain helper, saves and fetches data from keychain only after the biometric validation succeded, if your device has biometrics enabled, otherwise it will work like a simple keychain store.",
"homepage": "https://github.com/appssemble/BiometricKeychain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"appssemble": "dragos@appssemble.com"
},
"source": {
"git": "https://github.com/appssemble/BiometricKeychain.git"
},
"social_media_url": "https://twitter.com/dobreandl",
"platforms": {
"ios": "10.0"
},
"source_files": "BiometricKeychain/Classes/**/*",
"frameworks": [
"LocalAuthentication",
"Security"
]
}