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