RxUtils
A helpful collection of RxSwift utils.
Example
Clone the repo and then open Carthage Project/RxUtils.xcodeproj
Installation
Carthage DEPRECATED
Please check official guide
Cartfile:
github "APUtils/RxUtils" ~> 3.1
CocoaPods
RxUtils is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'RxUtils', '~> 3.1'
Swift Package Manager
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"))
]
Usage
See example and test projects for more details.
Contributions
Any contribution is more than welcome! You can contribute through pull requests and issues on GitHub.
Author
Anton Plebanovich, [email protected]
License
RxUtils is available under the MIT license. See the LICENSE file for more info.