blob: 41f6fa53b8a21a4f453993a2593e900d396d4cf8 [file] [log] [blame]
{
"name": "CleanJSON",
"version": "1.0.2",
"summary": "Swift JSON decoder for Codable.",
"homepage": "https://github.com/Pircate/CleanJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pircate": "gao497868860@163.com"
},
"source": {
"git": "https://github.com/Pircate/CleanJSON.git",
"tag": "1.0.2"
},
"source_files": "CleanJSON/Classes/**/*",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": [
"4.2",
"5.0"
],
"swift_version": "5.0"
}