{ | |
"name": "TLSerializable", | |
"version": "0.2", | |
"summary": "基于 Swift4 Codable 的 json 序列化和反序列化工具", | |
"homepage": "https://github.com/ysCharles/TLSerializable", | |
"license": "MIT", | |
"authors": { | |
"Charles": "ystanglei@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/ysCharles/TLSerializable.git", | |
"tag": "0.2" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "Sources/*.swift", | |
"swift_version": "4.1" | |
} |