blob: 7b9c6c89cde143e1d384d8656b2fea64d2dd03a8 [file] [log] [blame]
{
"name": "BiometricAuthenticationFacade",
"version": "1.0.3",
"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.3"
},
"source_files": "**/*.{h,m}",
"exclude_files": "**/*Tests.{h,m}",
"weak_frameworks": "LocalAuthentication",
"requires_arc": true
}