PonyExpress: Type-Safe Notifications in Swift
adamwulf.meSwift's `NotificationCenter` leaves the possibility for code-errors with mistyped `userInfo` keys or observer method types. PonyExpress enforces observer method and notification types at compile time.