A helpful collection of RxSwift utils.
Clone the repo and then open Carthage Project/RxUtils.xcodeproj
Please check official guide
Cartfile:
github "APUtils/RxUtils" ~> 3.0
RxUtils is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'RxUtils', '~> 3.0'
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
Once you have your Swift package set up, adding RxUtils
as a dependency is as easy as adding it to the dependencies value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/APUtils/RxUtils.git", .upToNextMajor(from: "2.0.1"))
]
See example and test projects for more details.
Any contribution is more than welcome! You can contribute through pull requests and issues on GitHub.
Anton Plebanovich, anton.plebanovich@gmail.com
RxUtils is available under the MIT license. See the LICENSE file for more info.
link |
Stars: 1 |
Last commit: 2 days ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics