blob: 5d15e34e02bc2b28f8afbda46f9940a22d37923b [file] [log] [blame]
{
"name": "APBiometricAuthentication",
"version": "1.1",
"summary": "This class provides easy to use functions to authenticate user biometrics using LocalAuthentication framework provided by Apple.",
"description": "This class provides easy to use functions to authenticate user biometrics (TouchID or FaceID) using LocalAuthentication framework provided by Apple.",
"homepage": "https://github.com/AkashPatel09/APBiometricAuthentication",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AkashPatel09": "akashpatel116@gmail.com"
},
"source": {
"git": "https://github.com/AkashPatel09/APBiometricAuthentication.git",
"tag": "v1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BiometricAuthentication/APBiometricAuthentication.swift"
}