[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / f / 1 / cmark_gfm / 0.0.6 / cmark_gfm.podspec.json
blob4c8b964795222adc349d10c9729d0947d8e9545a
2   "name": "cmark_gfm",
3   "version": "0.0.6",
4   "summary": "apple's cmark-gfm for cocoapods.",
5   "description": "Swift compatible framework for Github's fork of apple/swift-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.6"
14   },
15   "platforms": {
16     "ios": "11.0",
17     "osx": "10.15",
18     "tvos": "9.0",
19     "watchos": "5.0"
20   },
21   "source_files": [
22     "Sources/*.h",
23     "Sources/src/**/*{.c,.h}",
24     "Sources/extensions/**/*{.c,.h}",
25     "Sources/catomic/**/*{.c,.h}"
26   ],
27   "preserve_paths": "Sources/**/**/*",
28   "public_header_files": "Sources/**/**/*.h"