7.0.0-alpha.1
版本发布时间: 2017-10-07 16:26:56
ReactiveCocoa/ReactiveCocoa最新发布版本:12.0.0(2021-11-20 22:26:26)
This is the first alpha release of ReactiveCocoa 7.0. It targets Swift 3.1, Swift 3.2 and Swift 4.0.
ReactiveMapKit
-
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.
Visit https://github.com/CocoaPods/CocoaPods/issues/6791 for more information.