blob: 7bf24b2d7adf2980f22044f71a98ab551a9ac9d4 [file] [log] [blame]
{
"name": "RXTableViewObjc",
"version": "0.1.0",
"summary": "Reactive TableView",
"description": "RXTableView 是基于 ReactiveCocoa 和 MVVM 的基础上造的一个 tableView 轮子。\n抛弃繁杂重复的 TableView 代理实现和 Cell 管理,加入灵活的数据绑定,`RXTableView` 是一种新的体验。",
"homepage": "https://github.com/laichanwai/RXTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"laizw": "i@laizw.cn"
},
"source": {
"git": "https://github.com/laichanwai/RXTableView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RXTableView/**/*.{h,m}",
"dependencies": {
"MJRefresh": [
"3.1.12"
],
"ReactiveObjC": [
"3.0.0"
]
}
}