diff --git a/README.md b/README.md index 3818f8da9..3a3be46a1 100644 --- a/README.md +++ b/README.md @@ -418,6 +418,7 @@ Feel free to contribute! * [ReactKit](https://github.com/ReactKit/ReactKit) - Swift Reactive Programming. * [Result](https://github.com/antitypical/Result) - Swift type modelling the success/failure of arbitrary operations. * [Runes](https://github.com/thoughtbot/Runes) - Functional operators for Swift - flatMap, map, apply, pure +* [RxSwift](https://github.com/kzaher/RxSwift) - Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform. * [SpecificationPattern](https://github.com/neoneye/SpecificationPattern) - chainable rules useful for form validation. * [SpriteKit+Spring](https://github.com/ataugeron/SpriteKit-Spring) - SpriteKit API reproducing UIView's spring animations with SKAction. * [SwiftBitmask](https://github.com/brynbellomy/SwiftBitmask) - `Bitmask` type intended as a replacement for `RawOptionSet`.