| { |
| "name": "MVStaticSectionKit", |
| "version": "0.1.0", |
| "summary": "Utilize the builder pattern to remove boilerplate UITableViewDataSource code.", |
| "description": "Supports one NSFetchedResultsController per section, and also mixing static and dynamic sections. UICollectionViewDataSource support\ncoming.", |
| "homepage": "https://github.com/mvoong/MVStaticSectionKit", |
| "license": "MIT", |
| "authors": { |
| "Michael Voong": "michael@voo.ng" |
| }, |
| "source": { |
| "git": "https://github.com/mvoong/MVStaticSectionKit.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*" |
| } |