/Extensions

Primary LanguageSwiftBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Extensions

Build Status

Installation

If you're working directly in a Package, add Extensions to your Package.swift file

dependencies: [
    .package(url: "https://github.com/JARMourato/Extensions.git", .upToNextMajor(from: "1.0.0")),
]

If working in an Xcode project select File->Add Packages... and search for the package name: Extensions or the git url:

https://github.com/JARMourato/Extensions.git

Contributions

If you feel like something is missing or you want to add any new functionality, please open an issue requesting it and/or submit a pull request with passing tests 🙌

License

This project is open source and covered by a standard 2-clause BSD license. That means you can use (publicly, commercially and privately), modify and distribute this project's content, as long as you mention João Mourato as the original author of this code and reproduce the LICENSE text inside your app, repository, project or research paper.

Contact

João (@_JARMourato)