blob: f97166c5d7a28bd162de1f039dd111bd33ac3765 [file] [log] [blame]
{
"name": "KFManagedObjectContextManager",
"version": "0.1.1",
"summary": "A simple, safe and block-based wrapper around NSManagedObjectContexts",
"description": " CoreData & Multithreading can get weird sometimes. At Kifi, we always try to avoid dependencies as much as we can. This simple wrapper tries to make things easier and simpler just by wrapping the creation and locks of your available NSManagedObjectContexts in a simple and easy to use blocks-based API.\n\n",
"homepage": "http://www.42go.com",
"license": "MIT",
"authors": {
"Eduardo Fonseca": "ebf@ebf.io",
"David Elsonbaty": "david@kifi.com"
},
"source": {
"git": "https://github.com/FortyTwoEng/KFManagedObjectContextManager.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/kifi",
"requires_arc": true,
"source_files": "Classes",
"frameworks": "CoreData"
}