Jo Albright

5pods

Encodable

A simple way to convert properties into dictionary collections and backwards.

License: MIT

  • Swift

Inlinit

Reduces the need for unnecessary local variables. This also allows you to create let constants while appending values to it within the initalizer closure.

License: MIT

  • Swift

PencilCup

Core Graphics is an amazingly useful library that I work with in every app I build. But I also have spent a lot of time writing lines of code to draw things that are very simple. So I have built a set of tools to add Swift syntax sugar to reduce code footprint and development time.

License: MIT

  • Swift

Relax

Relax allows you to build all of your endpoints up front and call them with simple enum options later. Reduces code drastically, along with allowing you to have one place to manage all endpoints. Prebuilt API endpoint collections https://github.com/joalbright/Relax/APIs.

License: MIT

  • Swift

Switchary

The library supports a few operators to build a ternary - switch assignment. Also, has built in closure assignment.

License: MIT

  • Swift