puttin / Curator

A lightweight key-value file manager written in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A lightweight key-value file manager written in Swift.

License:MIT License


Languages

Language:Swift 97.0%Language:Ruby 1.8%Language:Objective-C 1.2%