blob: 473a31b21177a1595d6d95482e0a0124f4693d4c [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.2.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.2.0"
},
"frameworks": [
"Foundation",
"CoreData"
],
"source_files": [
"MCCoreDataStack/Library/*.swift",
"MCCoreDataStack/Library/**/*.swift"
]
}