[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 1 / f / swift-tsao / 3.0.1 / swift-tsao.podspec.json
blob1ee9d75bee2a485f1fad04021f8f89e728b79176
2   "name": "swift-tsao",
3   "version": "3.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Kevin Ballard": "kevin@sb.org"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/kballard/swift-tsao.git",
22     "tag": "v3.0.1"
23   },
24   "source_files": "Sources/*.swift"