jacksonon / HandOfTheKing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Swift 82.6%Language:Objective-C 17.4%