PromiseSignals 0.4.0

PromiseSignals 0.4.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Apr 2019
SPMSupports SPM

Maintained by Markus Gasser, Christiaan Verbree.



  • By
  • Markus Gasser

Carthage compatible Pod Version License Platform

PromiseSignals

PromiseSignals is a library that extends PromiseKit with Signals that may resolve multiple times.

Example

To run the example project, clone the repo, and run the Example App schema.

Installation

Carthage

To install this library via Carthage add the following to your Cartfile:

github "konoma/promise-signals-ios" ~> 0.4

Then run the standard carthage update process.

CocoaPods

To install this library via CocoaPods add the following to your Podfile:

pod 'PromiseSignals', '~> 0.4.0'

Then run the standard pod update process.

License

Matisse is released under the MIT License.