Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

T21RxAdditions contains extra helper methods to work with RxSwift / RxCocoa.

License

Notifications You must be signed in to change notification settings

worldline-spain/T21RxAdditions

Repository files navigation

T21RxAdditions

T21RxAdditions is a simple wrapper class for the RxSwift.

Carthage compatible CocoaPods compatible Swift compatible Platform compatible License SwiftPM

Installation

T21RxAdditions is available through Carthage, CocoaPods or Swift Package Manager.

Carthage

To install T21RxAdditions with Carthage, add the following line to your Cartfile.

github "worldline-spain/T21RxAdditions"

Then run carthage update --no-use-binaries command or just carthage update. For details of the installation and usage of Carthage, visit its project page.

CocoaPods

To install T21RxAdditions with CocoaPods, add the following lines to your Podfile.

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0' 
use_frameworks!

pod 'T21RxAdditions'

Then run pod install command. For details of the installation and usage of CocoaPods, visit its official website.

Swift Package Manager

To integrate using Apple's Swift Package Manager, add the following as a dependency to your Package.swift.

.package(url: "https://github.com/worldline-spain/T21RxAdditions.git", .upToNextMajor(from: "2.0.0"))

For details of the installation and usage of Swift Package Manager, visit its official website.

Authors

  • Eloi Guzman Ceron - Initial work
  • Edwin Peña - Initial work
  • Salvador Martin - Initial work
  • Anan Sadiya - Swift 5, Carthage and Swift Package Manager integration

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 - see the LICENSE.md file for details

Acknowledgments

  • To Worldline Spain iOS development team.

About

T21RxAdditions contains extra helper methods to work with RxSwift / RxCocoa.

Resources

License

Stars

Watchers

Forks

Packages

No packages published