blob: 265e550e36b3e73ca4dabd3bcf0d397991c6817e [file] [log] [blame]
{
"name": "LTHPasscodeViewController",
"version": "3.9.3",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Roland Leth": "roland@leth.ro"
},
"summary": "iOS 7 style Passcode Lock",
"description": "A lockscreen that mimics the one found in Settings -> Touch ID/Face ID & Passcode. Supports Touch ID/Face ID and simple(variable length)/complex passcodes.",
"homepage": "https://github.com/rolandleth/LTHPasscodeViewController",
"source": {
"git": "https://github.com/rolandleth/LTHPasscodeViewController.git",
"tag": "3.9.3"
},
"screenshots": [
"https://rolandleth.com/images/ios7-style-passcode/screenshot.png",
"https://rolandleth.com/images/ios7-style-passcode/change-passcode-screenshot.png"
],
"source_files": "LTHPasscodeViewController/*.{h,m}",
"resources": "Localizations/**",
"frameworks": "QuartzCore",
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}