/BSWFoundation

What should be in Swift's stdlib, but isn't

Primary LanguageSwiftMIT LicenseMIT

BuddyBuild codebeat badge

#About

These are collection of types that are use throughout all Blurred Software's iOS projects and that allow us to write better apps, faster.

This project leverages heavily on Swift's core features, so you have to be very profficient with these in order to understand why this types are so important.

#Playground

There is an accompanying sample project with a functioning Playground showing the major features of this project.

In order to use it:

  1. Clone the project
  2. pod install
  3. Open the Workspace
  4. Build the scheme BSWFoundationPlayground
  5. Enable the Render Documentation option for the Playground