Home
Softono

Curator

Open source MIT Swift
15
Stars
3
Forks
1
Issues
1
Watchers
9 years
Last Commit

 About Curator

A lightweight key-value file manager written in Swift.

Platforms

Web Self-hosted macOS iOS

Languages

Swift

Links

Need Help Installing Curator?

We provide expert installation service for this software. Our team will install, configure, and secure Curator on your server. plans start at just $30.

Curator

Build Status Codecov

Curator is a lightweight key-value file manager written in Swift.

Requirements

  • iOS 8.0+
  • Swift 3

Usage

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

Installation

CocoaPods

pod 'Curator', :git => 'https://github.com/puttin/Curator.git'

Carthage

github "puttin/Curator"

Manually

use git submodule or anyway you like to add Curator as Embedded Framework or vendor sources.

License

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