Latest | 0.7.2 |
---|---|
Homepage | https://github.com/LiuSky/RxExtension |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | RxCocoa, RxSwift, MJRefresh |
Frameworks | UIKit |
Authors |
Some simple extension
Latest podspec
{ "name": "RxExtension", "version": "0.7.2", "summary": "Convenience of Rx", "description": "This is an Rx extension that provides an easy and straight-forward waynto use Realm's natively reactive collection type as an Observable", "homepage": "https://github.com/LiuSky/RxExtension", "license": "MIT", "authors": { "xiaobin liu": "[email protected]" }, "source": { "git": "https://github.com/LiuSky/RxExtension.git", "tag": "0.7.2" }, "requires_arc": true, "platforms": { "ios": "8.0" }, "source_files": "RxExtension/Classes/*.swift", "frameworks": "UIKit", "dependencies": { "RxCocoa": [ "~> 4.0.0" ], "RxSwift": [ "~> 4.0.0" ], "MJRefresh": [ "~> 3.1.15" ] }, "pushed_with_swift_version": "3.0" }
Thu, 18 Jan 2018 19:40:30 +0000