| { |
| "name": "CMDCoreDataStack", |
| "version": "0.1.0", |
| "source": { |
| "git": "https://github.com/calebd/CMDCoreDataStack.git", |
| "tag": "v0.1.0" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source_files": "CMDCoreDataStack/*.{h,m}", |
| "requires_arc": true, |
| "frameworks": "CoreData", |
| "authors": { |
| "Caleb Davenport": "calebmdavenport@gmail.com" |
| }, |
| "homepage": "https://github.com/calebd/CMDCoreDataStack", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Single class that easily initializes a Core Data environment." |
| } |