[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 9 / 6 / ZDTableViewBinding / 0.0.1 / ZDTableViewBinding.podspec.json
blob821d9a0b76c8eacfce44b6262dd056843b9d7d81
2   "name": "ZDTableViewBinding",
3   "version": "0.0.1",
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.1"
19   },
20   "source_files": [
21     "ZDTableViewBinding",
22     "ZDTableViewBinding/**/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "ReactiveCocoa": [
27       "~> 2.5"
28     ],
29     "UITableView+FDTemplateLayoutCell": [
30       "~> 1.4"
31     ]
32   }