| { |
| "name": "ReactiveTableViewBinding_Pitometsu", |
| "version": "1.1.1", |
| "license": { |
| "type": "MIT", |
| "file": "MIT-LICENSE.txt" |
| }, |
| "homepage": "https://github.com/ColinEberhardt/CETableViewBinding", |
| "authors": { |
| "Colin Eberhardt": "colin.eberhardt@gmail.com" |
| }, |
| "summary": "ReactiveCocoa TableView Binding Helper.", |
| "source": { |
| "git": "https://github.com/Pitometsu/CETableViewBinding.git", |
| "tag": "1.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "*.{h,m}", |
| "dependencies": { |
| "ReactiveObjC": [ |
| "~> 2.1" |
| ] |
| }, |
| "module_name": "ReactiveTableViewBinding" |
| } |