[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / c / 3 / ECStretchableHeaderView / 1.0.1 / ECStretchableHeaderView.podspec.json
blob265a505f346e2264ea9d19bace51b3725d0a260a
2   "name": "ECStretchableHeaderView",
3   "version": "1.0.1",
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.1"
20   },
21   "source_files": "ECStretchableHeaderView.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "pop": [
26     ],
27     "HTDelegateProxy": [
29     ]
30   }