[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 3 / c / DKHTMLAttributedString / 0.1.1 / DKHTMLAttributedString.podspec.json
blobbf1617a38d34292bb204e1d9bfcf3ba0f7b088ae
2   "name": "DKHTMLAttributedString",
3   "version": "0.1.1",
4   "summary": "Convert HTML string to NSAttributedString object.",
5   "homepage": "https://github.com/pigigaldi/DKHTMLAttributedString",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
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",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/pigigaldi/DKHTMLAttributedString.git",
18     "tag": "0.1.1"
19   },
20   "source_files": [
21     "DKHTMLAttributedString/**/*.swift",
22     "DKHTMLAttributedString/**/*.h"
23   ],
24   "libraries": "xml2",
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
27   },
28   "swift_version": "4.1"