blob: 10b03d5992ec33cd1e88422af5d1aab44b138384 [file] [log] [blame]
{
"name": "html5tokenizer",
"version": "1.0.0",
"summary": "HTML5 compliant tokenizer in pure swift.",
"description": "HTML5 compliant tokenizer in pure swift. Only UTF-8 charset is supported.\n\nUnsupported:\n-> DOCTYPE is parsed as bogus comment\n-> Script and raw text (style tags) are not supported (wrap them in <![CDATA[ ]]> to use them)\n-> Tree generation phase is not implemented (no javascript execution)\n-> Compound named character entities are missing",
"homepage": "https://github.com/anfema/HTML5Tokenizer",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"authors": {
"Johannes Schriewer": "j.schriewer@anfe.ma"
},
"social_media_url": "http://twitter.com/dunkelstern",
"platforms": {
"ios": "8.4",
"osx": "10.10"
},
"source": {
"git": "https://github.com/anfema/HTML5Tokenizer.git",
"tag": "1.0.0"
},
"source_files": "html5tokenizer/*.swift"
}