blob: 6134033d0b77cd8d1bb55e95bcd426eb2587e4db [file] [log] [blame]
{
"name": "IGTidy",
"version": "0.1.0",
"summary": "Objective-C wrapper for HTML Tidy for HTML5 (tidy-html5).",
"description": " Objective-C wrapper for HTML Tidy for HTML5 (tidy-html5).\n\n Tidy corrects and cleans up HTML content by fixing markup errors.\n",
"homepage": "https://github.com/siuying/IGTidy",
"license": "MIT",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"source": {
"git": "https://github.com/siuying/IGTidy.git",
"tag": "0.1.0",
"submodules": true
},
"social_media_url": "https://twitter.com/siuying",
"requires_arc": true,
"public_header_files": "Classes/*.h",
"source_files": [
"Classes",
"vendor/tidy-html5/src/*.{h,c}",
"vendor/tidy-html5/include/*.h"
]
}