lyzkov / RxCyclone

Reactive iOS architecture based on reducible machine state container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxCyclone

CI Status Version License Platform

Example

To run the example project, just open Example directory.

Requirements

Installation

Swift Package Manager

Add this repo URL as a package dependency.

// swift-tools-version:5.2

import PackageDescription

let package = Package(
    ...
    dependencies: [
        .package(url: "https://github.com/lyzkov/RxStorm.git", from: "0.1.0"),
    ],
    targets: [
        .target(
            name: "Your target",
            dependencies: ["RxStorm"]),
        )
    ],
    ...
)

Cocoapods

RxStorm is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'RxCyclone'

Author

lyzkov, lyzkov@gmail.com

License

RxCyclone is available under the MIT license. See the LICENSE file for more info.

About

Reactive iOS architecture based on reducible machine state container

License:MIT License


Languages

Language:Swift 91.5%Language:Ruby 8.5%