blob: f1b53d458e026106498c0c7cbcedba8af95e4cd6 [file] [log] [blame]
{
"name": "tidy-html5",
"version": "0.0.1",
"summary": "HTML Tidy for HTML5.",
"homepage": "http://w3c.github.io/tidy-html5/",
"license": {
"type": "MIT",
"file": "license.html"
},
"authors": "w3c",
"source": {
"git": "https://github.com/dinhviethoa/tidy-html5.git",
"tag": "0.0.1"
},
"source_files": [
"src/*.{h,c}",
"include/*.h"
],
"header_dir": "tidy",
"public_header_files": "include/*.h",
"xcconfig": {
"USE_HEADERMAP": "NO"
},
"requires_arc": false
}