| { |
| "name": "JNExpandableTableView", |
| "version": "1.0.1", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "license": { |
| "type": "MIT" |
| }, |
| "summary": "Expandable UITableView", |
| "homepage": "https://github.com/jonasman/JNExpandableTableView", |
| "authors": { |
| "Joao Nunes": "joao3001@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/jonasman/JNExpandableTableView.git", |
| "tag": "1.0.1" |
| }, |
| "description": "A UITableView subclass that allow cells to expand.", |
| "source_files": "JNExpandableTableView/*.{h,m}", |
| "requires_arc": true |
| } |