blob: cfa95f3763d9363bcc7b23d9e35be950da629352 [file] [log] [blame]
{
"name": "TDTouchID",
"version": "1.0.1",
"summary": "TouchID for iOS.",
"description": "TDTouchID是一个封装好的指纹验证库,可以用来做iOSAPP的登录/支付等验证。",
"homepage": "https://github.com/greezi/TDTouchID",
"license": "Apache-2.0",
"authors": {
"imtudou": "greezi@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/greezi/TDTouchID.git",
"tag": "1.0.1"
},
"source_files": [
"TDTouchID",
"TDTouchID/**/*.{h,m}"
],
"frameworks": "LocalAuthentication"
}