SiYuanKit 1.4.8

SiYuanKit 1.4.8

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Yansong Li.



SiYuanKit 1.4.8

  • 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.

Installation

Swift Package Manager

import PackageDescription

let package = Package(
  name: "EbloServer",
  targets: [],
  dependencies: [
    .Package(url: "[email protected]:jindulys/SiYuanKit.git", majorVersion: 1),
  ]
)