blob: b8294b192e645325b6dd68cae6be5d0e7b09112a [file] [log] [blame]
{
"name": "Locker",
"version": "2.0.2",
"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.2"
},
"source_files": "Locker/**/*.{h,m}",
"private_header_files": "Locker/Internal/**/*.h",
"frameworks": [
"UIKit",
"LocalAuthentication",
"Security"
]
}