blob: fd0bddcdde085337f1dcd4281b2ee385654e9d63 [file] [log] [blame]
{
"name": "DataManager",
"version": "2.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": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/metova/DataManager.git",
"tag": "2.0.0"
},
"source_files": "Sources/*.swift",
"frameworks": "CoreData"
}