blob: 12da78cd0b27115313ac39e9e136254a7882c057 [file] [log] [blame]
{
"name": "MiniDOM",
"version": "1.0.1",
"summary": "A minimal XML DOM parser for Swift.",
"homepage": "https://minidom.github.io/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Paul Calnan",
"platforms": {
"ios": "8.4",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/MiniDOM/MiniDOM.git",
"tag": "1.0.1"
},
"source_files": "Sources",
"exclude_files": [
"Examples",
"Tests"
],
"documentation_url": "https://minidom.github.io/Documentation"
}