blob: 46cb6ad72da2e0a9dbfea16d76cd9ab6602fb9e7 [file] [log] [blame]
{
"name": "NBCoreDataController",
"version": "1.1.0",
"summary": "Simple and lightweight three-layer CoreData stack for asynchronous saving",
"description": "NBCoreDataController is a simple and lightweight implementatoin of the elegant\nthree-context scheme proposed by [Marcus Zarra](http://www.cimgf.com) \nfor asynchronous CoreData saving, as [documented by Cocoanetics](http://www.cocoanetics.com/2012/07/multi-context-coredata/).",
"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.1.0"
},
"source_files": "NBCoreDataController",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
}
}