[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 1 / 7 / HDTableViewDataSource / 0.0.3 / HDTableViewDataSource.podspec.json
blobc7c6a59df847253a50eb15c3b1194a70d3a76aee
2   "name": "HDTableViewDataSource",
3   "version": "0.0.3",
4   "summary": "只需一行代码,通过链式语法快速为UITableView创建Delegate和DataSource,满足你对UITableView的所有幻想",
5   "homepage": "https://github.com/hongdong/HDTableViewDataSource",
6   "license": "MIT",
7   "authors": {
8     "Abner": "fjhongdong@126.com"
9   },
10   "source": {
11     "git": "https://github.com/hongdong/HDTableViewDataSource.git",
12     "tag": "0.0.3"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "HDTableViewDataSource/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "MJRefresh": [
22     ],
23     "UITableView+FDTemplateLayoutCell": [
25     ]
26   }