[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 8 / 2 / KFManagedObjectContextManager / 0.1.1 / KFManagedObjectContextManager.podspec.json
blobf97166c5d7a28bd162de1f039dd111bd33ac3765
2   "name": "KFManagedObjectContextManager",
3   "version": "0.1.1",
4   "summary": "A simple, safe and block-based wrapper around NSManagedObjectContexts",
5   "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",
6   "homepage": "http://www.42go.com",
7   "license": "MIT",
8   "authors": {
9     "Eduardo Fonseca": "ebf@ebf.io",
10     "David Elsonbaty": "david@kifi.com"
11   },
12   "source": {
13     "git": "https://github.com/FortyTwoEng/KFManagedObjectContextManager.git",
14     "tag": "0.1.1"
15   },
16   "social_media_url": "https://twitter.com/kifi",
17   "requires_arc": true,
18   "source_files": "Classes",
19   "frameworks": "CoreData"