blob: 9bd1269f1c146723e99e1ed4066e2bd41ae8b55b [file] [log] [blame]
{
"name": "MKBCoreData",
"version": "0.3.2",
"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.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/**/*"
}