blob: 55fcbb08c02fa544087f33bd72fa8329555383f7 [file] [log] [blame]
{
"name": "Locker",
"version": "2.0.1",
"summary": "Securely lock your secrets under the watch of TouchID or FaceID keeper šŸ”’",
"description": "Lightweight manager for saving, fetching and updating secrets (string value) in Keychain using Biometric Authentication. \nIncludes methods for checking general changes in Biometric settings and device biometric type info (FaceID / TouchID / None).",
"homepage": "https://github.com/infinum/Locker.git",
"license": "MIT",
"authors": {
"Barbara Vujičić": "barbara.vujicic@infinum.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/infinum/Locker.git",
"tag": "2.0.1"
},
"source_files": "Locker/**/*.{h,m}",
"private_header_files": "Locker/Internal/**/*.h",
"frameworks": [
"UIKit",
"LocalAuthentication",
"Security"
]
}