blob: 678f966f14b9edb649e0acb27c73486868ec0996 [file] [log] [blame]
{
"name": "MiniDOM",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": "Sources",
"exclude_files": [
"Examples",
"Tests"
],
"documentation_url": "https://minidom.github.io/Documentation",
"pushed_with_swift_version": "3.0"
}