blob: 2a156031bf2209e2d33bfefa0e46e3abb9972e72 [file] [log] [blame]
{
"name": "BiometricAuthenticationFacade",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/Visput/BiometricAuthenticationFacade",
"authors": {
"Visput": "uladzimir.papko@gmail.com"
},
"summary": "BiometricAuthenticationFacade is a high level wrapper for LocalAuthentication framework.",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Visput/BiometricAuthenticationFacade.git",
"tag": "v1.0.1"
},
"source_files": "**/*.{h,m}",
"exclude_files": "**/*Tests.{h,m}",
"weak_frameworks": "LocalAuthentication",
"requires_arc": true
}