Latest | 3.0.0 |
---|---|
Homepage | https://github.com/DuetHealth/DrX.git |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | RxSwift |
Authors |
404: Not Found
Latest podspec
{ "name": "DrX", "version": "3.0.0", "summary": "The Rx doctor is in the house, curing all your ailments with simple-yet-expressive operators and extensions. Includes Cocoa Touch support!", "description": "DrX is a collection of convenience extensions of RxSwift which add new operators for concisely handling common patterns and/or scenarios. In addition to an agnostic core, DrX also supports iOS RxCocoa.", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Duet Health": "[email protected]" }, "social_media_url": "https://twitter.com/DuetHealth", "source": { "git": "https://github.com/DuetHealth/DrX.git", "tag": "3.0.0" }, "homepage": "https://github.com/DuetHealth/DrX.git", "default_subspecs": "Core", "requires_arc": true, "platforms": { "ios": "8.0" }, "swift_versions": "5.0", "dependencies": { "RxSwift": [] }, "subspecs": [ { "name": "Core", "source_files": "DrX/Sources/Core/**/*.{h,m,swift}" }, { "name": "Cocoa-Touch", "source_files": "DrX/Sources/**/*.{h,m,swift}", "dependencies": { "RxCocoa": [] } } ] }
Tue, 09 Apr 2019 10:08:23 +0000