blob: e79b5b22243e73e4251d9179bd15b183e7da0774 [file] [log] [blame]
{
"name": "XMLCoder",
"version": "0.6.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.6.0"
},
"source_files": "Sources/XMLCoder/**/*.swift",
"requires_arc": true,
"swift_version": "4.2"
}