[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 5 / b / ZMarkupParser / 1.6.1 / ZMarkupParser.podspec.json
blob7a62904e035e50ecce8d394b15170c7e19b16f99
2   "name": "ZMarkupParser",
3   "version": "1.6.1",
4   "summary": "ZMarkupParser helps you to convert HTML String to NSAttributedString with customized style and tag through pure-Swift.",
5   "homepage": "https://github.com/ZhgChgLi/ZMarkupParser",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ZhgChgLi": "me@zhgchg.li"
12   },
13   "source": {
14     "git": "https://github.com/ZhgChgLi/ZMarkupParser.git",
15     "tag": "v1.6.1"
16   },
17   "platforms": {
18     "ios": "12.0",
19     "osx": "12.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": [
23     "Sources/**/*.swift"
24   ],
25   "dependencies": {
26     "ZNSTextAttachment": [
27       "~> 1.1.6"
28     ]
29   },
30   "swift_version": "5.0"