From b87287a551d6863260a494977e82a7d1b11af9dc Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Wed, 6 May 2015 07:27:26 -0700 Subject: [PATCH] Add RxSwift by @kzaher --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1687bcd6..9210a9492 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,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`.