blob: 8a7a209c526b3b5cd370d34c93a598073a6a21a7 [file] [log] [blame]
{
"name": "TouchIDKit",
"version": "1.0.0",
"summary": "A wrapper of TouchID for iOS. This framework is very easy to get started.",
"homepage": "https://github.com/suxinde2009/TouchIDKit",
"license": "MIT",
"authors": {
"suxinde2009": "suxinde2009@126.com"
},
"source": {
"git": "https://github.com/suxinde2009/TouchIDKit.git",
"tag": "1.0.0"
},
"swift_versions": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": [
"TouchIDKit/**/*.h",
"TouchIDKit/**/*.{h,m,swift}"
],
"public_header_files": [
"TouchIDKit/**/*.h",
"TouchIDKit/**/*.h"
],
"frameworks": "LocalAuthentication",
"swift_version": "4.0"
}