[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 2 / 7 / HTMLEntities / 4.0.0 / HTMLEntities.podspec.json
blob048aca785a00f359e03d8f390826f71df81a6bfe
2   "name": "HTMLEntities",
3   "version": "4.0.0",
4   "summary": "HTML5 spec-compliant character encoder/decoder for Swift",
5   "description": "Pure Swift HTML encode/decode utility tool for Swift 4 and Swift 5.\n\nIncludes support for HTML5 named character references. You can find the list of all 2231 HTML5 named character references [here](https://www.w3.org/TR/html5/syntax.html#named-character-references).\n\n`HTMLEntities` can escape ALL non-ASCII characters as well as the characters `<`, `>`, `&`, `\"`, `’`, as these five characters are part of the HTML tag and HTML attribute syntaxes.\n\nIn addition, `HTMLEntities` can unescape encoded HTML text that contains decimal, hexadecimal, or HTML5 named character references.",
6   "homepage": "https://github.com/Kitura/swift-html-entities",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Youming Lin",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/Kitura/swift-html-entities.git",
18     "tag": "4.0.0"
19   },
20   "source_files": "Sources/**/*.swift"