4 "summary": "Escape and unescape HTML entities in Swift",
5 "description": "`HTMLString` is a fast library written in Swift that enables your app to escape and unescape HTML entities in Strings. It supports both ASCII and Unicode. You can use it with 2125 keyboard (`&`), 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": "aleks@alexis-aubry-radanovic.me"
14 "social_media_url": "http://twitter.com/leksantoine",
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": "3.0.2"