| { |
| "name": "MKBCoreData", |
| "version": "0.3.0", |
| "summary": "A series of classes to make working with Core Data easier", |
| "description": "A series of classes to make working with Core Data easier. This includes a category on NSManagedObjectContext for making fetch requests easier, FetchedResultsController delegates and data sources for TablesViews and CollectionViews as well as helpers for creating the data stack", |
| "homepage": "https://github.com/Megatron1000/MKBCoreData", |
| "license": "MIT", |
| "authors": { |
| "Mark Bridges": "support@mark-bridges.com" |
| }, |
| "source": { |
| "git": "https://github.com/Megatron1000/MKBCoreData.git", |
| "tag": "0.3.0" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "MKBCoreData": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |