7pods
Simple Swift utilities for associated objects and blocks.
-performSelector:withObject:afterDelay:
License: MIT
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
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