Skip to content

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

License

Notifications You must be signed in to change notification settings

jonaszell97/Cryo

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages