blob: 063eb0b70572c8cc147738ee6675f82ee771ea65 [file] [log] [blame]
{
"name": "CleanJSON",
"version": "0.9.4",
"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": "0.9.4"
},
"default_subspecs": "source",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"static_framework": true,
"swift_version": "5.0",
"subspecs": [
{
"name": "source",
"source_files": "CleanJSON/Classes/**/*"
},
{
"name": "binary",
"source_files": "Carthage/Build/iOS/Static/CleanJSON.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "Carthage/Build/iOS/Static/CleanJSON.framework",
"public_header_files": "Carthage/Build/iOS/Static/CleanJSON.framework/Headers/*.h"
}
}
]
}