[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / 9 / 6 / ZDTableViewBinding / 0.3.1 / ZDTableViewBinding.podspec.json
blob6f42e31f46455e311d29eff0550dfede496ca01a
2   "name": "ZDTableViewBinding",
3   "version": "0.3.1",
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.1"
19   },
20   "requires_arc": true,
21   "module_name": "ZDTableViewBinding",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "ReactiveObjC": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "ZDProtocols",
34       "source_files": "ZDTableViewBinding/ZDProtocols/*.h"
35     },
36     {
37       "name": "ZDViewModels",
38       "source_files": "ZDTableViewBinding/ZDViewModels/*.{h,m}",
39       "dependencies": {
40         "ZDTableViewBinding/ZDProtocols": [
42         ]
43       }
44     },
45     {
46       "name": "ZDBinding",
47       "source_files": "ZDTableViewBinding/ZDBinding/*.{h,m}",
48       "dependencies": {
49         "ZDTableViewBinding/ZDProtocols": [
51         ],
52         "ZDTableViewBinding/ZDViewModels": [
54         ],
55         "UITableView+FDTemplateLayoutCell": [
56           "~> 1.6"
57         ]
58       }
59     },
60     {
61       "name": "ZDBaseViews",
62       "source_files": "ZDTableViewBinding/ZDBaseViews/*.{h,m}",
63       "dependencies": {
64         "ZDTableViewBinding/ZDProtocols": [
66         ],
67         "ZDTableViewBinding/ZDViewModels": [
69         ]
70       }
71     }
72   ]