| { | |
| "name": "TOPagerView", | |
| "version": "0.0.7", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "summary": "A UIScrollView subclass that allows paged horizontal swiping with a re-use mechansim similar to UITableView.", | |
| "homepage": "https://github.com/TimOliver/TOPagerView", | |
| "authors": "Tim Oliver", | |
| "source": { | |
| "git": "https://github.com/TimOliver/TOPagerView.git", | |
| "tag": "0.0.7" | |
| }, | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "source_files": "TOPagerView/**/*.{h,m}", | |
| "requires_arc": true | |
| } |