Skip to content

infinitetoken/Cabinet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cabinet

A lightweight wrapper for CoreData

Installation

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")
]

Usage

import Cabinet

License

Cabinet is released under the MIT license. See LICENSE for details.