2 "name": "DKHTMLAttributedString",
4 "summary": "Convert HTML string to NSAttributedString object.",
5 "homepage": "https://github.com/pigigaldi/DKHTMLAttributedString",
10 "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`)",
11 "authors": "Pierluigi Galdi",
12 "social_media_url": "https://twitter.com/pigigaldi",
17 "git": "https://github.com/pigigaldi/DKHTMLAttributedString.git",
21 "DKHTMLAttributedString/**/*.swift",
22 "DKHTMLAttributedString/**/*.h"
26 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
28 "swift_version": "4.1"