blob: a15a90b51f86bd9943eafb6c8bb9ce3999cc211c [file] [log] [blame]
{
"name": "TouchID",
"version": "1.0.0",
"summary": "An iOS TouchID library.",
"description": "TouchID is an iOS TouchID library.",
"homepage": "https://github.com/Meniny/TouchID",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elias Abel": "Meniny@qq.com"
},
"social_media_url": "https://meniny.cn",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Meniny/TouchID.git",
"tag": "1.0.0"
},
"source_files": "TouchID/*",
"public_header_files": "TouchID/*.h",
"frameworks": [
"Foundation",
"LocalAuthentication"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"deprecated": true
}