[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / e / 5 / LYSegmentViewController / 1.0.1 / LYSegmentViewController.podspec.json
blobb84c9af488e911f561e4850ed58d5fd2df7ffe61
2   "name": "LYSegmentViewController",
3   "version": "1.0.1",
4   "summary": "一个快速继承UITableView嵌套滑动的控件",
5   "homepage": "https://github.com/wans3112/LYSegmentViewController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "wans3112": "wanslm@foxmail.com"
12   },
13   "source": {
14     "git": "https://github.com/wans3112/LYSegmentViewController.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "LYSegmentViewController/Classes/**/*",
21   "dependencies": {
22     "Masonry": [
24     ]
25   },
26   "prefix_header_contents": [
27     "#import <LYSegmentViewController/LYSegment.h>",
28     "#import <Masonry/Masonry.h>"
29   ]