blob: 8be8052aa3fe4951a82177660e0313dd42e581be [file] [log] [blame]
{
"name": "HTMLString",
"version": "2.0.1",
"summary": "Convert Strings that contains HTML in Swift",
"description": "HTMLString is a micro-library written in Swift that enables your app to convert Strings that contain HTML. It supports ASCII and Unicode escaping, as well as 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": "2.0.1"
},
"source_files": "Sources",
"pushed_with_swift_version": "3.0.1"
}