blob: 04ddcb102c388b0dd0b34981f96e95bdc9a537ae [file] [log] [blame]
{
"name": "KakaJSON",
"version": "1.1.1",
"summary": "Fast conversion between JSON and model in Swift",
"homepage": "https://github.com/kakaopensource/KakaJSON",
"license": {
"type": "MIT"
},
"authors": {
"MJ Lee": "richermj123go@vip.qq.com"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/kakaopensource/KakaJSON.git",
"tag": "1.1.1"
},
"source_files": "Sources/KakaJSON/**/*.swift",
"swift_version": "5.0"
}