blob: db46267f19ecd867c6ecaf3033a391b0e10e69b1 [file] [log] [blame]
{
"name": "ECStretchableHeaderView",
"version": "1.0.0",
"summary": "A header view that attaches on top of a UIScrollView and reacts to scrolling gestures to expand or contract itself.",
"homepage": "https://github.com/ericcastro/ECStretchableHeaderView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Eric Castro": "eric@cast.ro"
},
"social_media_url": "http://twitter.com/_eric_castro",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ericcastro/ECStretchableHeaderView.git",
"tag": "v1.0.0"
},
"source_files": "ECStretchableHeaderView.{h,m}",
"requires_arc": true,
"dependencies": {
"pop": [
]
}
}