blob: 12c1762e9b605a51fac6066095b3e07816569696 [file] [log] [blame]
{
"name": "CYLockScreen",
"version": "0.0.1",
"summary": "A tool to easily handle password Lock and Touch ID Lock.",
"homepage": "https://github.com/chenhuaizhe/CYLockScreen",
"license": "MIT",
"authors": {
"陈怀哲": "chenhuaizhe@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/chenhuaizhe/CYLockScreen.git",
"tag": "v0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit",
"LocalAuthentication"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}