blob: 0ed6917fe12ab590927ac06ed03db2cbc25d02de [file] [log] [blame]
{
"name": "ABPadLockScreen",
"version": "3.4.2",
"summary": "A simple, stylish keypad lock screen for your iPhone or iPad App",
"description": "A simple, stylish keypad lock screen for your iPhone or iPad App\nABPadLockScreen aims to provide a universal solution to providing a\nsecure keypad/pin lock screen to your iPhone or ipad app. With just a few\nlines you can have a pin screen ready to go.\nThe screen is entirely customisable through UIAppearance. You can make it suit the\nstyle of your application with just a few more lines.",
"homepage": "https://github.com/abury/ABPadLockScreen",
"screenshots": [
"http://aronbury.com/assets/images/abpadlockscreen/fb-blue.png",
"http://aronbury.com/assets/images/abpadlockscreen/custom_red.jpg"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aron Bury": "aron.bury@gmail.com",
"Matt Teece": "mteece@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/abury/ABPadLockScreen.git",
"tag": "3.4.2"
},
"source_files": [
"ABPadLockScreen",
"ABPadLockScreen/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}