Skip to content

itssofluffy/Atomic

Repository files navigation

Atomic

Swift Swift Build Status macOS Linux License

Atomic is a Swift-3/4 library of atomic primatives and collection types.

Usage

If Swift Package Manager is used, add this package as a dependency in Package.swift,

import PackageDescription

let package = Package (
    name:  "<your-app-name>",
    dependencies: [
        .Package(url: "https://github.com/itssofluffy/Atomic.git", majorVersion: 0)
    ]
)

License

This project is released under the MIT license. See LICENSE for details.