blob: 75af1422528da9cbaf2820df9e9aed330250c44a [file] [log] [blame]
{
"name": "MCCoreDataStack",
"platforms": {
"ios": "8.0"
},
"summary": "MCCoreDataStack is a simple SWIFT wrapper around CoreData Framework to create, save and fetch Managed Objects",
"requires_arc": true,
"version": "0.5.0",
"homepage": "https://github.com/marcocattai/MCCoreDataStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"[Marco Cattai]": "[cattai.marco@gmail.com]"
},
"source": {
"git": "https://github.com/marcocattai/MCCoreDataStack.git",
"tag": "0.5.0"
},
"frameworks": [
"Foundation",
"CoreData"
],
"source_files": [
"MCCoreDataStack/Library/*.swift",
"MCCoreDataStack/Library/**/*.swift"
]
}