blob: 34badde58f9c1bf1b21e26f27f6b746c68dce5a2 [file] [log] [blame]
{
"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."
}