blob: 553c06032fccd246bc11b2fd7c5e4ced3dd10aaf [file] [log] [blame]
{
"name": "NBCoreDataController",
"version": "1.0",
"summary": "Simple and lightweight three-layer CoreData stack for asynchronous saving",
"description": " \t\t\t\t NBCoreDataController is a simple and lightweight implementatoin of the elegant\n\t\t\t\t three-context scheme proposed by [Marcus Zarra](http://www.cimgf.com) \n\t\t\t\t for asynchronous CoreData saving, as [documented by Cocoanetics](http://www.cocoanetics.com/2012/07/multi-context-coredata/).\n",
"homepage": "https://github.com/nunobaldaia/NBCoreDataController",
"license": "MIT",
"authors": {
"Nuno Baldaia": "nunobaldaia@gmail.com"
},
"social_media_url": "http://twitter.com/nunobaldaia",
"source": {
"git": "https://github.com/nunobaldaia/NBCoreDataController.git",
"tag": "1.0"
},
"source_files": "NBCoreDataController",
"frameworks": [
"Foundation",
"CoreData"
],
"platforms": {
"ios": "7.0"
},
"requires_arc": true
}