Last active
February 6, 2017 13:38
-
-
Save vahotm/875879b4d4265cfd8ca9446f2b67d084 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "LTHPasscodeViewController", | |
"version": "3.8.5", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE.txt" | |
}, | |
"authors": { | |
"Roland Leth": "[email protected]" | |
}, | |
"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