[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / b / ZMarkupParser / 1.3.1 / ZMarkupParser.podspec.json
blob25aaaf2c13fd0a7ea6f06a79e876afa079f685b0
2   "name": "ZMarkupParser",
3   "version": "1.3.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.3.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"