Welcome ReactiveCocoa!
This release is meant for use with XCode 6.4. If you need XCode 7.0 check out the xcode7
branch.
We have fixed several bugs and improve reliability.
Also added support to ReactiveCocoa v3.0.0. Now there is a separate framework target called WLXBluetoothDeviceReactiveExtensions
that adds a RACSignal
based API. Having a separate target give us the flexibility to opt-in ReactiveCocoa extensions.
We added support for Carthage and temporaly decided to drop CocoaPods.
There are some breaking changes in the WLXBluetoothDeviceRepository
(which is now fully async).
Known issues
- The documentation is a little bit out-dated and will be worked on in the following weeks.
- The project example is currenlty broken.
- CocoaPods support is broken.