blob: 462955bc0fe1be8065b08585b2a24ee63be9a459 [file] [log] [blame]
{
"name": "BiometricAuthenticationFacade",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/Visput/BiometricAuthenticationFacade",
"authors": {
"Visput": "vvv.popko@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.0"
},
"source_files": "**/*.{h,m}",
"exclude_files": "**/*Tests.{h,m}",
"weak_frameworks": "LocalAuthentication",
"requires_arc": true
}