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