blob: 7b24e3100387889f10d68e71250b10fcb0b4aa30 [file] [log] [blame]
{
"name": "DSSlideDownView",
"version": "0.1.2",
"summary": "A UIView subclass with a bouncing effect and an overlay",
"description": "This is UIComponent and a subclass of UIView. It contains a custom animation in and out with an added overlay underneath the presented view. The current version has a static height.",
"homepage": "https://github.com/danstepanov/DSSlideDownView",
"license": "MIT",
"authors": {
"Dan Stepanov": "danhstepanov@gmail.com"
},
"source": {
"git": "https://github.com/danstepanov/DSSlideDownView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DSSlideDownView": [
"Pod/Assets/*.png"
]
}
}