blob: 6753536038106f0f2cd91af88e6b9082e7ea2a0a [file] [log] [blame]
{
"name": "APBiometricAuthentication",
"version": "1.2",
"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"
}