EnumKit
|
EnumKit is a library that gives you the ability to simply access an enum associated value, without having to use pattern matching. It also offers many utilities available to other swift types, like updatability of an associated value and transformations. |
RxEnumKit
|
Reactive extension for the EnumKit framework to enable easy working with observables streams of events as enum cases |
SwizzleHelper
|
Swift package for swizzling Objective-C methods in Swift, and for attaching associated values to Objective-C classes and their instances. |