jonaszell97 / Cryo

Cryo is a persistence library for Swift apps that provides a uniform interface for UserDefaults, NSUbiquitousKeyValueStore, document storage, and CloudKit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryo

Cryo is a persistence library for Swift apps using Swift Concurrency. It provides a unified API for UserDefaults, NSUbiquitousKeyValueStore, local and iCloud document storage, as well as CloudKit.

Installation

Cryo can be added as a dependency in your project using Swift Package Manager.

// ...
dependencies: [
    .package(url: "https://github.com/jonaszell97/Cryo.git", from: "0.1.0"),
],
// ...

Documentation

You can find the documentation for this package here.

About

Cryo is a persistence library for Swift apps that provides a uniform interface for UserDefaults, NSUbiquitousKeyValueStore, document storage, and CloudKit.

License:MIT License


Languages

Language:Swift 100.0%