Latest | 0.3.2 |
---|---|
Homepage | https://github.com/gsagadyn/RxModel |
License | MIT |
Platforms | ios 9.3, requires ARC |
Dependencies | RxSwift |
Frameworks | Foundation |
Authors |
Extension of RxSwift pod.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
- iOS 9.3+
- Xcode 9
- Swift 4.1
Installation
To install it, simply add the following line to your Podfile:
pod 'RxModel'
Author
Grzegorz Sagadyn, [email protected]
License
RxQuery is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "RxModel", "version": "0.3.2", "summary": "Set of extensions to RxSwift.", "homepage": "https://github.com/gsagadyn/RxModel", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Grzegorz Sagadyn": "[email protected]" }, "source": { "git": "https://github.com/gsagadyn/RxModel.git", "tag": "0.3.2" }, "swift_version": "4.2", "platforms": { "ios": "9.3" }, "frameworks": "Foundation", "requires_arc": true, "dependencies": { "RxSwift": [ "~> 4.0" ] }, "source_files": "RxModel/**/*" }
Tue, 25 Dec 2018 11:43:08 +0000