Lily Ballard

5pods
PMHTTP is an HTTP framework built around NSURLSession and designed for Swift while retaining Obj-C compatibility.
License: NOASSERTION
PMJSON provides a pure-Swift strongly-typed JSON encoder/decoder as well as a set of convenience methods for converting to/from Foundation objects and for decoding JSON structures.
License: NOASSERTION
PMKVObserver provides a safe block-based wrapper around Key-Value Observing, with APIs for both Obj-C and Swift. Features include:
self
without retaining it or dealing with a weak reference.License: NOASSERTION
TSAO is an implementation of type-safe associated objects in Swift. Objective-C associated objects are useful, but they are also untyped; every associated object is only known to be id at compile-time and clients must either test the class at runtime or rely on it being the expected type.
License: MIT