blob: 08d0dfaf4d8c26f2f5ff4533eb0f2601cc887a37 [file] [log] [blame]
{
"name": "UITextField+Shake",
"version": "1.2.1",
"summary": "UITextField category that adds a shake animation like the password field of the macOS 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.2.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Source",
"*.{h,m}"
],
"requires_arc": true
}