blob: c0c547f808bf40d61f8c059660dac97688a99355 [file] [log] [blame]
{
"name": "XMLCoder",
"version": "0.7.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"
},
"platforms": {
"watchos": "2.0",
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/MaxDesiatov/XMLCoder.git",
"tag": "0.7.0"
},
"source_files": "Sources/XMLCoder/**/*.swift",
"requires_arc": true,
"swift_version": "4.2"
}