[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / f / 1 / cmark_gfm / 0.0.4 / cmark_gfm.podspec.json
blobf59b73e384ce4e3f0f51c8b701f560829b82e2d9
2   "name": "cmark_gfm",
3   "version": "0.0.4",
4   "summary": "Swift compatible framework for cmark-gfm",
5   "description": "Swift compatible framework for Github's fork of cmark.",
6   "homepage": "https://github.com/ghostcrying/swift-cmark",
7   "license": "BSD2",
8   "authors": {
9     "ghostcrying": "czios1501@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ghostcrying/swift-cmark.git",
13     "tag": "0.0.4"
14   },
15   "platforms": {
16     "ios": "11.0",
17     "osx": "10.15",
18     "tvos": "9.0"
19   },
20   "source_files": [
21     "Sources/*.h",
22     "Sources/src/**/*{.c,.h}",
23     "Sources/extensions/**/*{.c,.h}",
24     "Sources/catomic/**/*{.c,.h}"
25   ],
26   "preserve_paths": "Sources/**/**/*",
27   "public_header_files": "Sources/**/**/*.h"