Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
LucaGobbo/LoadingPublisher
LoadingPublisher
Loading abstraction for Combine Publishers
Installation
LoadingPublisher is distributed using the Swift Package Manager. To install it into a project, simply add it as a dependency within your Package.swift manifest:
let package = Package(
...
dependencies: [
.package(url: "https://github.com/LucaGobbo/LoadingPublisher", from: "0.0.1"),
],
...
)
Then import LoadingPublisher wherever you'd like to use it:
import LoadingPublisher
Github
link |
Stars: 0 |
Last commit: 2 weeks ago |