[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 9 / 6 / ZDTableViewBinding / 0.3.0 / ZDTableViewBinding.podspec.json
blob8b34d9d98f17b4588c892a36b665f6ee2a4980b7
2   "name": "ZDTableViewBinding",
3   "version": "0.3.0",
4   "summary": "使用`ReactiveObjC`绑定处理tableView的数据,并利用`UITableView+FDTemplateLayoutCell`计算tableViewCell的高度",
5   "homepage": "https://github.com/faimin/ZDTableViewBinding",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Zero.D.Saber": "fuxianchao@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/faimin/ZDTableViewBinding.git",
18     "tag": "0.3.0"
19   },
20   "requires_arc": true,
21   "static_framework": true,
22   "module_name": "ZDTableViewBinding",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "dependencies": {
28     "ReactiveObjC": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "ZDProtocols",
35       "source_files": "ZDTableViewBinding/ZDProtocols/*.h"
36     },
37     {
38       "name": "ZDViewModels",
39       "source_files": "ZDTableViewBinding/ZDViewModels/*.{h,m}",
40       "dependencies": {
41         "ZDTableViewBinding/ZDProtocols": [
43         ]
44       }
45     },
46     {
47       "name": "ZDBinding",
48       "source_files": "ZDTableViewBinding/ZDBinding/*.{h,m}",
49       "dependencies": {
50         "ZDTableViewBinding/ZDProtocols": [
52         ],
53         "ZDTableViewBinding/ZDViewModels": [
55         ],
56         "UITableView+FDTemplateLayoutCell": [
57           "~> 1.6"
58         ]
59       }
60     },
61     {
62       "name": "ZDBaseViews",
63       "source_files": "ZDTableViewBinding/ZDBaseViews/*.{h,m}",
64       "dependencies": {
65         "ZDTableViewBinding/ZDProtocols": [
67         ],
68         "ZDTableViewBinding/ZDViewModels": [
70         ]
71       }
72     }
73   ]