Skip to content

ReactiveSwift extensions for a variety of third-party frameworks.

License

Notifications You must be signed in to change notification settings

evandcoleman/ReactiveExtensions

Repository files navigation

ReactiveExtensions

ReactiveSwift extensions for various third-party frameworks.

Swift Version License CocoaPods Compatible
Platform

ReactiveExtensions provides ReactiveSwift extensions for several third-party Frameworks. Frameworks that are currently supported are:

If your favorite framework isn't supported, I'll happily review PRs.

Installation

CocoaPods

You can use CocoaPods to install ReactiveExtensions by adding it to your Podfile:

use_frameworks!

pod 'ReactiveExtensions'

This will add all supported extensions to your project. You can install extensions for individual frameworks using subspecs. For example, to only install Alamofire extensions, add pod 'ReactiveExtensions/Alamofire' to your Podfile.

Manually

  1. Download and drop the Sources directory into your project.
  2. There is no step two.

Documentation

See source code comments or view on CocoaDocs.

Contribute

I would love for you to contribute to ReactiveExtensions, check the LICENSE file for more info. I'd be happy to review any pull requests.

Meta

You can find me on Twitter @edc1591

Hire me!

Distributed under the MIT license. See LICENSE for more information.