[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / 3 / ECStretchableHeaderView / 1.0.0 / ECStretchableHeaderView.podspec.json
blobdb46267f19ecd867c6ecaf3033a391b0e10e69b1
2   "name": "ECStretchableHeaderView",
3   "version": "1.0.0",
4   "summary": "A header view that attaches on top of a UIScrollView and reacts to scrolling gestures to expand or contract itself.",
5   "homepage": "https://github.com/ericcastro/ECStretchableHeaderView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Eric Castro": "eric@cast.ro"
12   },
13   "social_media_url": "http://twitter.com/_eric_castro",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/ericcastro/ECStretchableHeaderView.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": "ECStretchableHeaderView.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "pop": [
26     ]
27   }