[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / b / 6 / NBCoreDataController / 1.1.0 / NBCoreDataController.podspec.json
blob46cb6ad72da2e0a9dbfea16d76cd9ab6602fb9e7
2   "name": "NBCoreDataController",
3   "version": "1.1.0",
4   "summary": "Simple and lightweight three-layer CoreData stack for asynchronous saving",
5   "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/).",
6   "homepage": "https://github.com/nunobaldaia/NBCoreDataController",
7   "license": "MIT",
8   "authors": {
9     "Nuno Baldaia": "nunobaldaia@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/nunobaldaia",
12   "source": {
13     "git": "https://github.com/nunobaldaia/NBCoreDataController.git",
14     "tag": "1.1.0"
15   },
16   "source_files": "NBCoreDataController",
17   "frameworks": [
18     "Foundation",
19     "CoreData"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "7.0",
24     "osx": "10.9"
25   }