blob: d9f0d3f39d1510fe48fe4f8c0947d3b9983dcfca [file] [log] [blame]
{
"name": "DSSlideDownView",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DSSlideDownView": [
"Pod/Assets/*.png"
]
}
}