ISFLibrary is a Swift-3/4 general purpose library of methods of classes.
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)
]
)
This project is released under the MIT license. See LICENSE for details.