blob: 8adbafa29a1f04a7b8d0e19c9ecae0b7909b39bd [file] [log] [blame]
{
"name": "DataManager",
"version": "0.2.1",
"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": "0.2.1"
},
"source_files": "Sources/*.swift",
"frameworks": "CoreData"
}