Skip to content

Instantly share code, notes, and snippets.

@vahotm
Last active February 6, 2017 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vahotm/875879b4d4265cfd8ca9446f2b67d084 to your computer and use it in GitHub Desktop.
Save vahotm/875879b4d4265cfd8ca9446f2b67d084 to your computer and use it in GitHub Desktop.
{
"name": "LTHPasscodeViewController",
"version": "3.8.5",
"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/vahotm/LTHPasscodeViewController.git"
},
"screenshots": [
"https://rolandleth.com/assets/ios7-style-passcode/screenshot.png",
"https://rolandleth.com/assets/ios7-style-passcode/change-passcode-screenshot.png"
],
"source_files": "LTHPasscodeViewController/*.{h,m}",
"resources": "Localizations/**",
"frameworks": "QuartzCore",
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment