Zachary Waldowski

3pods

BNRCoreDataStack

The BNR Core Data stack provides what we consider best practices for using Core Data in our applications.

It takes the place of the boilerplate setup code from Xcode's template and focuses on efficient performance and change management.

License: MIT

  • Swift

BNRDeferred

Deferred is an asynchronous promise-style API that can be used as an alternative to the "block callback" pattern. It lets you work with values that haven't been determined yet, like an array that's coming later (one day!) from a web service call. It was originally inspired by OCaml's Deferred library.

License: MIT

  • Swift

Freddy

Freddy is a reusable framework for parsing JSON in Swift. Its primary goal is to faciliate the safe parsing of JSON, while also preserving the ease of use presented by parsing JSON in Objective-C.

License: MIT

  • Swift