blob: f2a8e7bbfe6f38dfe1a00d3b71830974cff8c2d8 [file] [log] [blame]
{
"name": "UITextField+Shake",
"version": "1.0",
"summary": "UITextField category that adds a shake animation like the password field of the OsX login screen.",
"homepage": "https://github.com/andreamazz/UITextField-Shake",
"social_media_url": "https://twitter.com/theandreamazz",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Mazzini": "andrea.mazzini@gmail.com"
},
"source": {
"git": "https://github.com/andreamazz/UITextField-Shake.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"UITextField-Shake",
"*.{h,m}"
],
"requires_arc": true
}