blob: b406e2287e184f3f5d74efae966dfe72ca0af8d9 [file] [log] [blame]
{
"name": "BiometricAuth",
"version": "1.0.0",
"summary": "Framework for biometric authentication (via TouchID) in your application",
"description": "Framework for biometric authentication (via TouchID) in your application",
"homepage": "https://github.com/vasilenkoigor/BiometricAuth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Vasilenko": "spb.vasilenko@icloud.com"
},
"platforms": {
"ios": "9.3",
"osx": "10.12"
},
"source": {
"git": "https://github.com/vasilenkoigor/BiometricAuth.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"frameworks": "LocalAuthentication",
"pushed_with_swift_version": "3.0"
}