blob: 66ccc19b5d6d84cb3ab89c97b75d48b0b178226e [file] [log] [blame]
{
"name": "DataManager",
"version": "1.0.0",
"summary": "DataManager is a small utility class that helps you manage Core Data.",
"description": "DataManager takes care of Core Data boilerplate code for you. It handles setting up the Core Data stack with support for asynchronous saves. It also includes a few simple fetch and deletion methods.",
"homepage": "https://github.com/metova/DataManager",
"license": "MIT",
"authors": {
"Logan Gauthier": "logan.gauthier@metova.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/metova/DataManager.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.swift",
"frameworks": "CoreData"
}