[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 2 / KFManagedObjectContextManager / 0.1.2 / KFManagedObjectContextManager.podspec.json
bloba4643738d8477c2fec99c3a9653c6b81932b9477
2   "name": "KFManagedObjectContextManager",
3   "version": "0.1.2",
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": "https://github.com/FortyTwoEng/KFManagedObjectContextManager",
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.2"
15   },
16   "social_media_url": "https://twitter.com/kifi",
17   "requires_arc": true,
18   "source_files": "Classes",
19   "frameworks": "CoreData"