blob: b779203b1db4f49a841be3df1305e559063102bd [file] [log] [blame]
{
"name": "UIView+Shake",
"version": "1.1.3",
"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.1.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Source",
"*.{h,m}"
],
"requires_arc": true
}