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
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 🙌
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.
João (@_JARMourato)