[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 3 / 9 / 6 / ZDTableViewBinding / 0.3.2 / ZDTableViewBinding.podspec.json
blob27f4bfb49da0f4d612445ff4caa17daffa81f9af
2   "name": "ZDTableViewBinding",
3   "version": "0.3.2",
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.2"
19   },
20   "requires_arc": true,
21   "module_name": "ZDTableViewBinding",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "pod_target_xcconfig": {
27   },
28   "dependencies": {
29     "ReactiveObjC": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "ZDProtocols",
36       "source_files": "ZDTableViewBinding/ZDProtocols/*.h"
37     },
38     {
39       "name": "ZDViewModels",
40       "source_files": "ZDTableViewBinding/ZDViewModels/*.{h,m}",
41       "dependencies": {
42         "ZDTableViewBinding/ZDProtocols": [
44         ]
45       }
46     },
47     {
48       "name": "ZDBinding",
49       "source_files": "ZDTableViewBinding/ZDBinding/*.{h,m}",
50       "dependencies": {
51         "ZDTableViewBinding/ZDProtocols": [
53         ],
54         "ZDTableViewBinding/ZDViewModels": [
56         ],
57         "UITableView+FDTemplateLayoutCell": [
58           "~> 1.6"
59         ]
60       }
61     },
62     {
63       "name": "ZDBaseViews",
64       "source_files": "ZDTableViewBinding/ZDBaseViews/*.{h,m}",
65       "dependencies": {
66         "ZDTableViewBinding/ZDProtocols": [
68         ],
69         "ZDTableViewBinding/ZDViewModels": [
71         ]
72       }
73     }
74   ]