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