blob: d9a1db8759b5ee14d41fed76faae8d86b0f41318 [file] [log] [blame]
{
"name": "XMLCoder",
"version": "0.9.0",
"summary": "XMLEncoder & XMLDecoder using the Codable protocol in Swift",
"description": "XMLCoder allows Swift Codable-conforming objects to be translated to and from XML",
"homepage": "https://github.com/MaxDesiatov/XMLCoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shawn Moore": "sm5@me.com",
"Max Desiatov": "max@desiatov.com"
},
"platforms": {
"watchos": "2.0",
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"swift_versions": [
"4.2",
"5.0"
],
"source": {
"git": "https://github.com/MaxDesiatov/XMLCoder.git",
"tag": "0.9.0"
},
"source_files": "Sources/XMLCoder/**/*.swift",
"requires_arc": true,
"swift_version": "5.0"
}