CwlSignal

所属分类:collect
开发工具:Swift
文件大小:0KB
下载次数:0
上传日期:2021-08-27 01:14:47
上 传 者sh-1993
说明:  用于 React编程的Swift框架。,
(A Swift framework for reactive programming.,)

文件列表:
LICENSE.txt (795, 2021-08-26)
Package.swift (689, 2021-08-26)
Sources/ (0, 2021-08-26)
Sources/CwlSignal/ (0, 2021-08-26)
Sources/CwlSignal/CwlSignal.swift (171413, 2021-08-26)
Sources/CwlSignal/CwlSignalChannel.swift (43298, 2021-08-26)
Sources/CwlSignal/CwlSignalCocoa.swift (7939, 2021-08-26)
Sources/CwlSignal/CwlSignalExtensions.swift (45676, 2021-08-26)
Sources/CwlSignal/CwlSignalReactive.swift (154005, 2021-08-26)
Tests/ (0, 2021-08-26)
Tests/CwlSignalTests/ (0, 2021-08-26)
Tests/CwlSignalTests/CwlSignalCocoaTests.swift (6520, 2021-08-26)
Tests/CwlSignalTests/CwlSignalReactiveTests.swift (90348, 2021-08-26)
Tests/CwlSignalTests/CwlSignalTests.swift (77226, 2021-08-26)

# CwlSignal An implementation of reactive programming. For details, see the article on [Cocoa with Love](https://cocoawithlove.com), [CwlSignal, a library for reactive programming](https://cocoawithlove.com/blog/cwlsignal.html). > NOTE: the CwlSignal.playground mentioned in the article is currently absent from the repository. A complication around putting playgrounds inside packages needs to be resolved, then it will be restored. ## Adding to your project The CwlSignal library requires the [Swift Package Manager](#swift-package-manager). Minimum requirements are iOS 8 or macOS 10.10 and Swift 5.0. Add the following to the `dependencies` array in your "Package.swift" file: .package(url: "https://github.com/mattgallagher/CwlSignal.git", from: Version(3, 0, 0)), > NOTE: even though this git repository includes its dependencies in the Dependencies folder, building via the Swift Package manager fetches and builds these dependencies independently. ## CocoaPods and Carthage Up to version 2.2.0, this library supported CocoaPods and Carthage. If you wish to use these package managers, you can check out the [CwlSignal 2.2.0 tag](https://github.com/mattgallagher/CwlSignal/releases/tag/2.2.0).

近期下载者

相关文件


收藏者