4 "summary": "Escape and unescape HTML entities in Swift",
5 "description": "HTMLString is a fast library written in Swift that enables your program to add and remove HTML entities in Strings. It supports both ASCII and Unicode. You can use it with 2125 named (`&`), decimal (`€`) and hexadecimal (`🙃`) entities. It has native support for Swift's Extended Grapheme Clusters. Fully unit tested and documented.",
6 "homepage": "https://github.com/alexaubry/HTMLString",
12 "Alexis Aubry Radanovic": "me@alexaubry.fr"
14 "social_media_url": "https://twitter.com/_alexaubry",
22 "git": "https://github.com/alexaubry/HTMLString.git",
25 "source_files": "Sources/HTMLString/*.swift",
26 "documentation_url": "https://alexaubry.github.io/HTMLString/",
27 "pushed_with_swift_version": "4.0"