blob: 19af104c0146b7cc9079fa81e8fa6e41575e3cae [file] [log] [blame]
{
"name": "ABPadLockScreen",
"version": "3.1.0",
"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\n\n ABPadLockScreen aims to provide a universal solution to providing a \n secure keypad/pin lock screen to your iPhone or ipad app. With just a few\n lines you can have a pin screen ready to go.\n The screen is entirely customisable through UIAppearance. You can make it suit the \n style of your application with just a few more lines.\n",
"homepage": "https://github.com/abury/ABPadLockScreen",
"screenshots": [
"http://aronbury.com/assets/images/abpadlockscreen/fb-blue.png",
"http://aronbury.com/assets/images/abpadlockscreen/yellow-ipad.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aron Bury": "aron.bury@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/abury/ABPadLockScreen.git",
"tag": "3.1.0"
},
"source_files": [
"ABPadLockScreen",
"ABPadLockScreen/**/*.{h,m}"
],
"requires_arc": true
}