| { |
| "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" |
| ] |
| } |
| } |