[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 8 / e / html5tokenizer / 1.0.0 / html5tokenizer.podspec.json
blob10b03d5992ec33cd1e88422af5d1aab44b138384
2   "name": "html5tokenizer",
3   "version": "1.0.0",
4   "summary": "HTML5 compliant tokenizer in pure swift.",
5   "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",
6   "homepage": "https://github.com/anfema/HTML5Tokenizer",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Johannes Schriewer": "j.schriewer@anfe.ma"
13   },
14   "social_media_url": "http://twitter.com/dunkelstern",
15   "platforms": {
16     "ios": "8.4",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/anfema/HTML5Tokenizer.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "html5tokenizer/*.swift"