blob: 3c29ef9c95d8e18410fafbe1de55b4a676164c33 [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.9.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.9.0"
},
"frameworks": [
"Foundation",
"CoreData"
],
"source_files": [
"MCCoreDataStack/Library/*.swift",
"MCCoreDataStack/Library/**/*.swift"
],
"pushed_with_swift_version": "3.0"
}