Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 926 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 926 Bytes

TriforkSwiftExtensions

Motivation

This framework is a large set of useful convenience extensions for Apple's SDKs. Most functions are kept as very small functions, which makes the SDK a little easier to use.

Installation

SPM

SPM is supported from version 1.3.3! 🥳

Carthage

github "trifork/TriforkSwiftExtensions" ~> 2.0.0

Contributing

  1. Fork
  2. Branch from master
  3. Develop and write unit tests.
  4. Commit with great messages.
  5. Push when you are done.
  6. Create a pull request.

If you need more guidance, then read this.

Happy contributing! 🎉

All documentation can be read here


TRIFORK