| { |
| "name": "EPSCommandCell", |
| "version": "0.1", |
| "summary": "A table view cell with a rac_command property.", |
| "homepage": "https://github.com/ElectricPeelSoftware/EPSCommandCell", |
| "license": "MIT", |
| "authors": { |
| "Peter Stuart": "peter@electricpeelsoftware.com" |
| }, |
| "source": { |
| "git": "https://github.com/ElectricPeelSoftware/EPSCommandCell.git", |
| "tag": "0.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "dependencies": { |
| "ReactiveCocoa": [ |
| "~> 2.3" |
| ] |
| } |
| } |