[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 5 / b / DCCoreDataManager / 1.0.0 / DCCoreDataManager.podspec.json
bloba16eb4f14a713303e4f8ebb66927afa132c70cc5
2   "name": "DCCoreDataManager",
3   "version": "1.0.0",
4   "summary": "DCCoreDataManager is a Objective C, encapsulates all the Core Data Stack.",
5   "description": "A CoreData Manager to encapsule all the Core Data Stack on a Thread Safe mode",
6   "homepage": "https://github.com/dcortes22/DCCoreDataManager",
7   "license": "MIT",
8   "authors": {
9     "David Cortes": "dcortes22@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/dcortes22/DCCoreDataManager.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DCCoreDataManager": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "CoreData"