blob: 75d74c4d697329af35bd7c5c2b8ec8d827bc9272 [file] [log] [blame]
{
"name": "ABPadLockScreen",
"version": "3.3.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/custom_red.jpg"
],
"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.3.0"
},
"source_files": [
"ABPadLockScreen",
"ABPadLockScreen/**/*.{h,m}"
],
"requires_arc": true
}