| { |
| "name": "VMTableViewStaticCells", |
| "version": "0.1", |
| "summary": "A simple category to use static UITableViewCells without having to use storyboards.", |
| "authors": { |
| "Vittorio Monaco": "vittorio.monaco1@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/vittoriom/VMTableViewArrayDataSource.git", |
| "tag": "0.1" |
| }, |
| "source_files": "VMTableViewStaticCells/*.{h,m}", |
| "license": "BSD", |
| "homepage": "https://github.com/vittoriom/VMTableViewArrayDataSource", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "5.1" |
| } |
| } |