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