[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 1 / 4 / MarkdownUI / 0.0.3 / MarkdownUI.podspec.json
blob778a8e244171d01875dd9cf8fd5b7a2e10e1888d
2   "name": "MarkdownUI",
3   "version": "0.0.3",
4   "summary": "Swift compatible framework for swift-markdown-ui",
5   "description": "Swift compatible framework for Github's fork of swift-markdown-ui.",
6   "homepage": "https://github.com/ghostcrying/swift-markdown-ui",
7   "license": "BSD2",
8   "authors": {
9     "ghost": "czios1501@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ghostcrying/swift-markdown-ui.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "11.0",
17     "osx": "10.15",
18     "tvos": "11.0"
19   },
20   "source_files": [
21     "Sources/*.h",
22     "Sources/MarkdownUI/**/*.swift"
23   ],
24   "public_header_files": "Sources/*.h",
25   "resources": "Sources/MarkdownUI/*.docc",
26   "frameworks": "Foundation",
27   "dependencies": {
28     "cmark_gfm": [
30     ]
31   }