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