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