blob: 666d90ed727e8d0dcec7f5519513b47e14186fc6 [file] [log] [blame]
{
"name": "swift-tsao",
"version": "2.0.1",
"summary": "Type-Safe Associated Objects in Swift",
"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.",
"homepage": "https://github.com/kballard/swift-tsao",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Kevin Ballard": "kevin@sb.org"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/kballard/swift-tsao.git",
"tag": "v2.0.1"
},
"source_files": "TSAO.swift"
}