[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 1 / 4 / MarkdownUI / 0.0.2 / MarkdownUI.podspec.json
blobe62f506d0c633f9dfa71f72520e60d3765ce83ed
2   "name": "MarkdownUI",
3   "version": "0.0.2",
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.2"
14   },
15   "platforms": {
16     "ios": "15.0",
17     "osx": "12.00",
18     "tvos": "15.0",
19     "watchos": "8.0"
20   },
21   "source_files": [
22     "Sources/*.h",
23     "Sources/MarkdownUI/**/*.swift"
24   ],
25   "public_header_files": "Sources/*.h",
26   "resources": "Sources/MarkdownUI/*.docc",
27   "frameworks": "Foundation",
28   "dependencies": {
29     "cmark_gfm": [
31     ]
32   }