nerdsupremacist / SyncTokamak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync

Swift Package Manager Twitter: @nerdsupremacist

Sync Tokamak

This provides a bridge to use Sync with Tokamak instead of SwiftUI.

Sync

Installation

Swift Package Manager

You can install Sync Tokamak via Swift Package Manager by adding the following lines to your Package.swift:

import PackageDescription

let package = Package(
    [...]
    dependencies: [
        .package(url: "https://github.com/nerdsupremacist/Sync.git", from: "1.0.0"),
        .package(url: "https://github.com/nerdsupremacist/SyncTokamak.git", from: "0.1.0"),
    ]
)

Contributions

Contributions are welcome and encouraged!

License

Sync Sync Tokamak is available under the MIT license. See the LICENSE file for more info.

About

License:MIT License


Languages

Language:Swift 100.0%