An open API service indexing awesome lists of open source software.

https://github.com/igor-makarov/rxreactiveobjc

A bridge between RxSwift and ReactiveObjC
https://github.com/igor-makarov/rxreactiveobjc

Last synced: 25 days ago
JSON representation

A bridge between RxSwift and ReactiveObjC

Awesome Lists containing this project

README

        

# RxReactiveObjC
[![Build](https://github.com/igor-makarov/RxReactiveObjC/workflows/Build/badge.svg)](https://github.com/igor-makarov/RxReactiveObjC/actions)
[![CocoaPods](https://img.shields.io/cocoapods/v/RxReactiveObjC)](https://cocoapods.org/pods/RxReactiveObjC)

Bridge between RxSwift and ReactiveObjC
## TL;DR
This is a small library that I really had to make. It provides two-way bridging between RxSwift and ReactiveObjC. The reason it's in a separate repo is because I really wanted to run tests on it.