RxSwift utils


License
MIT
Install
pod try RxUtils

Documentation

RxUtils

Carthage compatible Swift Package Manager compatible Version License Platform CI Status

A helpful collection of RxSwift utils.

Example

Clone the repo and then open Carthage Project/RxUtils.xcodeproj

Installation

Swift Package Manager

  • In Xcode select File > Add Packages...
  • Copy and paste the following into the search: https://github.com/APUtils/RxUtils
  • Tap Add Package
  • Select RxUtils and tap Add Package

Carthage DEPRECATED

Please check official guide

Cartfile:

github "APUtils/RxUtils" ~> 4.2

CocoaPods

RxUtils is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'RxUtils', '~> 4.2'

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, anton.plebanovich@gmail.com

License

RxUtils is available under the MIT license. See the LICENSE file for more info.