| { |
| "name": "RHTableViewProvider", |
| "version": "0.0.1", |
| "summary": "An Objective-C library to make UITableView setup simpler, specifically for custom designs.", |
| "homepage": "https://github.com/robinhayward/RHTableViewProvider.git", |
| "license": "MIT", |
| "authors": { |
| "Robin Hayward": "hello@robhayward.co.uk" |
| }, |
| "source": { |
| "git": "https://github.com/robinhayward/RHTableViewProvider.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": "RHTableViewProvider/RHTableViewProvider/**/*.{h,m}", |
| "requires_arc": true |
| } |