| { |
| "name": "JVRFetchedResultsControllerDataSource", |
| "version": "1.0.1", |
| "summary": "A reusable class that combines UITableViewDataSource and NSFetchedResultsControllerDelegate.", |
| "homepage": "https://github.com/jozsef-vesza/JVRFetchedResultsControllerDataSource", |
| "license": "MIT", |
| "authors": { |
| "József Vesza": "jozsef.vsza@outlook.com" |
| }, |
| "social_media_url": "http://twitter.com/j_vesza", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/jozsef-vesza/JVRFetchedResultsControllerDataSource.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "*.{h,m}", |
| "exclude_files": "Lighter Core Data/*", |
| "public_header_files": "*.h", |
| "frameworks": "CoreData", |
| "requires_arc": true, |
| "dependencies": { |
| "JVRCellConfiguratorDelegate": [ |
| |
| ] |
| } |
| } |