blob: 0bec19db59cfabbbb9309432629d6db64f997301 [file] [log] [blame]
{
"name": "UIView+VMAnimations",
"version": "0.1.0",
"summary": "Lightweight category to add animations to UIView objects.",
"homepage": "https://github.com/valeriomazzeo/UIView-VMAnimations",
"license": "MIT",
"authors": {
"Valerio Mazzeo": "valerio.mazzeo@gmail.com"
},
"source": {
"git": "https://github.com/valeriomazzeo/UIView-VMAnimations.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UIView-VMAnimations": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}