blob: b8d458c0377a921617e52e3557e2a531cd7dc370 [file] [log] [blame]
{
"name": "XMLCoder",
"version": "0.1.0",
"summary": "XMLEncoder & XMLDecoder using the Codable protocol in Swift 4",
"description": "XMLCoder allows Swift 4 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": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/MaxDesiatov/XMLCoder.git",
"tag": "0.1.0"
},
"source_files": "Sources/XMLCoder/**/*.swift",
"requires_arc": true
}