github ReactiveCocoa/ReactiveCocoa 7.0.0-alpha.1
7.0.0 alpha 1

latest releases: 12.0.0, 11.2.2, 11.2.1...
pre-release6 years ago

This is the first alpha release of ReactiveCocoa 7.0. It targets Swift 3.1, Swift 3.2 and Swift 4.0.

ReactiveMapKit

  1. MapKit reactive bindings have been moved to a new ReactiveMapKit framework. (#3524)

    Sources that use the MapKit bindings are now required to import ReactiveMapKit.

    For all Xcode project users (including Carthage), targets need to be configured to link against ReactiveMapKit.

    For CocoaPods users, your Podfile needs to be updated too, since the framework is offered as a standalone pod.

    pod "ReactiveMapKit", "7.0.0-alpha.1"
    

Special Note on CocoaPods compatibility

As at October 2017, CocoaPods has yet to officially support projects with mixed Swift language modes.

If you fail to build ReactiveCocoa with CocoaPods, you must apply a workaround to override SWIFT_VERSION of ReactiveCocoa as Swift 3.2.

Visit CocoaPods/CocoaPods#6791 for more information.

Don't miss a new ReactiveCocoa release

NewReleases is sending notifications on new releases.