Skip to content

itssofluffy/ISFLibrary

Repository files navigation

ISFLibrary

Swift Swift Build Status macOS Linux License

ISFLibrary is a Swift-3/4 general purpose library of methods of classes.

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/ISFLibrary.git", majorVersion: 0)
    ]
)

License

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published