TestsTested | ✓ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Oct 2017 |
SwiftSwift Version | 4.0 |
SPMSupports SPM | ✓ |
Maintained by Yansong Li.
My Swift Developing toolBox, adapted to Swift 3. The functional modules included in this toolKit are like following:
DispatchQueue: Provide simplified operation around DispatchQueue
.
Then: Light weight class for chainable taskes.
Utilities: Convenience helpers.
YSOperations: Powerful wrapper around Operation
.
import PackageDescription
let package = Package(
name: "EbloServer",
targets: [],
dependencies: [
.Package(url: "[email protected]:jindulys/SiYuanKit.git", majorVersion: 1),
]
)