blob: e11a0a0f9dff94020d1fbdeb62eb9ebb718cae56 [file] [log] [blame]
{
"name": "RACDataSource",
"version": "0.1.2",
"summary": "reactive dataSource for tableView",
"description": "为UITableView与UIViewController解偶合而建立的dataSource,便于单元测试",
"homepage": "https://github.com/yuyedaidao/RACDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wyqpadding@gmail.com": "wyqpadding@gmail.com"
},
"source": {
"git": "https://github.com/yuyedaidao/RACDataSource.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RACDataSource/Classes/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
}
}