[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / f / d / 4 / Maaku / 0.3.0 / Maaku.podspec.json
bloba6faad00900f4eaebe5793fb56f4a23b92c78707
2   "name": "Maaku",
3   "version": "0.3.0",
4   "summary": "Swift cmark-gfm wrapper with a Swift friendly representation of the AST",
5   "description": "The Maaku framework provides a Swift wrapper around cmark-gfm with the addition\nof a Swift friendly representation of the AST.",
6   "homepage": "https://github.com/KristopherGBaker/Maaku",
7   "license": "MIT",
8   "authors": {
9     "Kristopher Baker": "Kristopher Baker"
10   },
11   "platforms": {
12     "ios": "9.0",
13     "osx": "10.11",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/KristopherGBaker/Maaku.git",
19     "tag": "0.3.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "4.0",
24   "subspecs": [
25     {
26       "name": "CMark",
27       "source_files": "Sources/Maaku/CMark/**/*.swift",
28       "dependencies": {
29         "libcmark_gfm": [
31         ]
32       }
33     },
34     {
35       "name": "Core",
36       "source_files": "Sources/Maaku/Core/**/*.swift",
37       "dependencies": {
38         "Maaku/CMark": [
40         ]
41       }
42     },
43     {
44       "name": "Plugins",
45       "source_files": "Sources/Maaku/Plugins/**/*.swift",
46       "dependencies": {
47         "Maaku/Core": [
49         ]
50       }
51     }
52   ]