blob: 05388d98125936bc41dfb4172400445ba897a035 [file] [log] [blame]
{
"name": "HTMLSpecialCharacters",
"version": "1.3.4",
"summary": "Library to escape/unescape HTML special characters in Swift.",
"description": "Library to escape/unescape HTML special characters in Swift. Google Toolbox for Mac is known as a great library which supports escaping/unescaping HTML special characters. But it's written in Objective-C.",
"homepage": "https://github.com/sonsongithub/HTMLSpecialCharacters",
"license": "MIT",
"authors": {
"sonson": "yoshida.yuichi@gmail.com"
},
"source": {
"git": "https://github.com/sonsongithub/HTMLSpecialCharacters.git",
"tag": "1.3.4",
"submodules": true
},
"social_media_url": "https://twitter.com/sonson_twit",
"platforms": {
"ios": "8.4",
"osx": "10.9",
"tvos": "9.2"
},
"requires_arc": true,
"source_files": [
"Sources/*.swift"
],
"pushed_with_swift_version": "4.0"
}