blob: 174df1f07011d3f1424e95291fcb2e79d986ad4d [file] [log] [blame]
{
"name": "HTMLString",
"version": "4.0.1",
"summary": "Escape and unescape HTML entities in Swift",
"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.",
"homepage": "https://github.com/alexaubry/HTMLString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexis Aubry Radanovic": "me@alexaubry.fr"
},
"social_media_url": "https://twitter.com/_alexaubry",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/alexaubry/HTMLString.git",
"tag": "4.0.1"
},
"source_files": "Sources/HTMLString/*.swift",
"documentation_url": "https://alexaubry.github.io/HTMLString/",
"pushed_with_swift_version": "4.0"
}