blob: d77513e13d7f696f18db91e3fcb2f617056fa59b [file] [log] [blame]
{
"name": "ShakingAlertView",
"version": "1.0.0",
"summary": "UIAlertView subclass containing a password entry field and a 'shake' animation for incorrect password entry.",
"description": "ShakingAlertView is a UIAlertView subclass with a password entry textfield. Incorrect password entry causes a 'shake' animation similar to the OS X account login screen.",
"homepage": "https://github.com/stringer630/ShakingAlertView",
"screenshots": "https://raw.github.com/stringer630/ShakingAlertView/master/screens/screen0.png",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Luke Stringer": "luke.stringer@me.com"
},
"source": {
"git": "https://github.com/stringer630/ShakingAlertView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "src",
"requires_arc": true
}