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