A lightweight wrapper for CoreData
Cabinet can be installed using the Swift Package Manager. Add the following to your Package.swift
file:
dependencies: [
.Package(url: "https://github.com/infinitetoken/Cabinet.git", from: "1.0.0")
]
import Cabinet
Cabinet is released under the MIT license. See LICENSE for details.