blob: 0408e5fd343bb050e455da7e3cb2c8fcee7a60f8 [file] [log] [blame]
{
"name": "BiometricAuth",
"version": "0.0.2",
"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": "0.0.2"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"LocalAuthentication"
],
"pushed_with_swift_version": "3.0"
}