blob: abad514108f93a30369eadb18a583c4240f93e51 [file] [log] [blame]
{
"name": "MVBouncyView",
"version": "1.0.0",
"summary": "UIView category providing bouncing functionality ",
"description": " This project includes a simple UIView Category that can be used to add bouncing animations to your UIViews.\n",
"homepage": "https://github.com/bizz84/MVBouncyView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Andrea Bizzotto": "bizz84@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizz84/MVBouncyView.git",
"tag": "1.0.0"
},
"source_files": "UIView+MVBouncing/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}