blob: 72a4c7e2084a190b1b4b91375e63fc375ff05360 [file] [log] [blame]
{
"name": "UITextField+Shake",
"version": "1.1",
"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.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Source",
"*.{h,m}"
],
"requires_arc": true
}