In order to build on Linux we need to remove references to `NSObject` etc. There are three potential approaches: - use the CF types instead - just use Swift types - parameterise the implementation and make one with NSDictionary, one with Dictionary (#12)
In order to build on Linux we need to remove references to
NSObjectetc.There are three potential approaches: