Curator is a lightweight key-value file manager written in Swift.
- iOS 8.0+
- Swift 3
import Curator
data.crt.save(to: "key.data", in: .documents)
let yourData = try! Curator.getData(of: "key.data", in: .documents)
more usage can be found in Tests
pod 'Curator', :git => 'https://github.com/puttin/Curator.git'
github "puttin/Curator"
use git submodule
or anyway you like to add Curator as Embedded Framework
or vendor sources.
Curator is released under the MIT license. See LICENSE for details.