/HandOfTheKing

A fast bootstrap framework environment for iOS project using Swift. Include some useful tools.

Primary LanguageSwift

Carthage compatible Platform Swift Package Manager compatible

HandOfTheKing contains useful and common extensions and utils for swift project. Multiply platforms support.

Installation

Carthage:

github "webfrogs/HandOfTheKing" "master"

Swift Package Manager

Add to the above line to dependencies section in Package.swift

.package(url: "https://github.com/webfrogs/HandOfTheKing.git", .branch("master")),

Then you can use HandOfTheKing by add it to the target dependencies list as you want.

Usage

iOS, macOS, tvOS

HandOfTheKing provides the ability of chain code for swift project. It depends on a few popular frameworks:

  • RxSwift
  • SnapKit