blob: bf1617a38d34292bb204e1d9bfcf3ba0f7b088ae [file] [log] [blame]
{
"name": "DKHTMLAttributedString",
"version": "0.1.1",
"summary": "Convert HTML string to NSAttributedString object.",
"homepage": "https://github.com/pigigaldi/DKHTMLAttributedString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"description": "This pod can helps developers handling HTML strings without any effort. Just pass a string and you'll get an NSAttributedString object that you can display inside an UITextView or an UILabel. (This library is based on `https://github.com/dbowen/NSAttributedString-DDHTML`)",
"authors": "Pierluigi Galdi",
"social_media_url": "https://twitter.com/pigigaldi",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/pigigaldi/DKHTMLAttributedString.git",
"tag": "0.1.1"
},
"source_files": [
"DKHTMLAttributedString/**/*.swift",
"DKHTMLAttributedString/**/*.h"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"swift_version": "4.1"
}