blob: 26bb0e5ae4a53f78392ac69614276b9df3ccb984 [file] [log] [blame]
{
"name": "LTHPasscodeViewController",
"version": "4.0.0",
"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": "4.0.0"
},
"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": "10.3.0"
}
}