Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.1 KB

CombineViewController

CombineCocoa supports Swift Package Manager (SPM)

CombineViewController provides similar functionalities to RxViewController but operates based on the Combine framework instead of RxSwift.

Dependencies

This project has the following dependencies:

  • Combine.framework
  • CombineInterception.framework

Installation

Swift Package Manager

Add the following dependency to your Package.swift file:

.package(url: "https://github.com/chorim/CombineViewController.git", from: "0.1.0")

License

MIT, See the LICENSE file.

The Combine framework are property of Apple Inc.