blob: 35d83bec27b35690f229f7cc8321433542f1a6eb [file] [log] [blame]
{
"name": "HTMLString",
"version": "2.1.0",
"summary": "Escape and unescape HTML Strings in Swift",
"description": "HTMLString is a fast micro-library written in Swift that enables your app to encode and decode HTML Strings. It supports ASCII and Unicode escaping, as well as unescaping. You can use it with 2125 named escape sequences (`&`) and with all decimal (`€`) and hexadecimal (`🙃`) sequences.",
"homepage": "https://github.com/alexaubry/HTMLString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexis Aubry Radanovic": "aleks@alexis-aubry-radanovic.me"
},
"social_media_url": "http://twitter.com/leksantoine",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/alexaubry/HTMLString.git",
"tag": "2.1.0"
},
"source_files": "Sources/HTMLString/*",
"pushed_with_swift_version": "3.0.2"
}