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