blob: e4d671f3d85aa767b80b35850e185aad9bc485a8 [file] [log] [blame]
{
"name": "HTMLString",
"version": "6.0.0",
"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": "me@alexaubry.fr"
},
"social_media_url": "https://twitter.com/_alexaubry",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/alexaubry/HTMLString.git",
"tag": "6.0.0"
},
"source_files": "Sources/HTMLString/*.swift",
"documentation_url": "https://alexaubry.github.io/HTMLString/",
"swift_versions": "5.0",
"swift_version": "5.0"
}