blob: b22639e9d3de22aa99250ec8e7a66abb76213ef4 [file] [log] [blame]
{
"name": "ZCTouchID",
"version": "1.0.0",
"summary": "一行代码在你的App中加入TouchID指纹验证",
"homepage": "https://github.com/zcill/ZCTouchID",
"license": "MIT",
"authors": {
"zcill": "zcillcoder@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zcill/ZCTouchID.git",
"tag": "1.0.0"
},
"source_files": "ZCTouchID/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"LocalAuthentication"
],
"requires_arc": true
}