[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / 9 / RXTableViewObjc / 0.1.0 / RXTableViewObjc.podspec.json
blob7bf24b2d7adf2980f22044f71a98ab551a9ac9d4
2   "name": "RXTableViewObjc",
3   "version": "0.1.0",
4   "summary": "Reactive TableView",
5   "description": "RXTableView 是基于 ReactiveCocoa 和 MVVM 的基础上造的一个 tableView 轮子。\n抛弃繁杂重复的 TableView 代理实现和 Cell 管理,加入灵活的数据绑定,`RXTableView` 是一种新的体验。",
6   "homepage": "https://github.com/laichanwai/RXTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "laizw": "i@laizw.cn"
13   },
14   "source": {
15     "git": "https://github.com/laichanwai/RXTableView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RXTableView/**/*.{h,m}",
22   "dependencies": {
23     "MJRefresh": [
24       "3.1.12"
25     ],
26     "ReactiveObjC": [
27       "3.0.0"
28     ]
29   }