blob: a6f1c0f63f45cd20fc98609265bc383cc4c3f8b3 [file] [log] [blame]
{
"name": "LTHPasscodeViewController",
"version": "3.8.8",
"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 & Passcode. Supports Touch ID and simple (variable length) / complex passcodes.",
"homepage": "https://github.com/rolandleth/LTHPasscodeViewController",
"source": {
"git": "https://github.com/rolandleth/LTHPasscodeViewController.git",
"tag": "3.8.8"
},
"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"
}
}