blob: 47412ed47d8a34094b4051ebc6554b4a649b7ce3 [file] [log] [blame]
{
"name": "HTMLString",
"version": "1.0.1",
"summary": "Deal with Strings that contains HTML in Swift",
"description": "`HTMLString` is a micro-library written in Swift that enables your app to deal with Strings that contain HTML. It supports ASCII and Unicode Escaping, Unescaping. You can use it with 2125 named escape sequences (`&`) as well as with 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": "1.0.1"
},
"source_files": "Sources",
"frameworks": "Foundation"
}