| { |
| "name": "DCCoreDataManager", |
| "version": "1.0.0", |
| "summary": "DCCoreDataManager is a Objective C, encapsulates all the Core Data Stack.", |
| "description": "A CoreData Manager to encapsule all the Core Data Stack on a Thread Safe mode", |
| "homepage": "https://github.com/dcortes22/DCCoreDataManager", |
| "license": "MIT", |
| "authors": { |
| "David Cortes": "dcortes22@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/dcortes22/DCCoreDataManager.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "DCCoreDataManager": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "CoreData" |
| } |