4 "summary": "Type-Safe Associated Objects in Swift",
5 "description": "TSAO is an implementation of type-safe associated objects in Swift. \nObjective-C associated objects are useful, but they are also untyped; \nevery associated object is only known to be id at compile-time and \nclients must either test the class at runtime or rely on it being the \nexpected type.",
6 "homepage": "https://github.com/kballard/swift-tsao",
12 "Kevin Ballard": "kevin@sb.org"
21 "git": "https://github.com/kballard/swift-tsao.git",
24 "source_files": "Sources/*.swift"