blob: 7237adbb4fa0e69b9a748aab6c7794d0c98dfcf4 [file] [log] [blame]
{
"name": "DYFAuthIDAndGestureLock",
"version": "1.0.1",
"summary": "Gesture passcode and TouchID/FaceID unlocking.",
"description": "Gesture passcode unlocking and TouchID (fingerprint) / FaceID (facial features) unlocking, concise code and efficient.",
"homepage": "https://github.com/dgynfi/DYFAuthIDAndGestureLock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyf": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dgynfi/DYFAuthIDAndGestureLock.git",
"tag": "1.0.1"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"resources": "Resource/*.bundle",
"frameworks": [
"Foundation",
"UIKit",
"LocalAuthentication",
"QuartzCore"
],
"requires_arc": true
}