[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 8 / b / HDTableViewMaker / 1.0.8 / HDTableViewMaker.podspec.json
blob376c101653c10e89d03f9e16b64537ef6ef0e935
2   "name": "HDTableViewMaker",
3   "version": "1.0.8",
4   "summary": "只需一行代码,通过链式风格快速配置UITableView包括创建Delegate和DataSource、添加下拉刷新等各种功能,满足你对UITableView的一切幻想",
5   "homepage": "https://github.com/hongdong/HDTableViewMaker",
6   "license": "MIT",
7   "authors": {
8     "Abner": "fjhongdong@126.com"
9   },
10   "source": {
11     "git": "https://github.com/hongdong/HDTableViewMaker.git",
12     "tag": "1.0.8"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "HDTableViewMaker/*.{h,m}",
18   "resources": "HDTableViewMaker/HDTableViewMaker.bundle",
19   "requires_arc": true,
20   "dependencies": {
21     "MJRefresh": [
23     ],
24     "UITableView+FDTemplateLayoutCell": [
26     ],
27     "Masonry": [
29     ]
30   }