[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / f / d / 4 / Maaku / 0.4.0 / Maaku.podspec.json
blob0b1e78a3778aa48bae993b92dec0fc5e907a0eca
2   "name": "Maaku",
3   "version": "0.4.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.4.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "CMark",
26       "source_files": "Sources/Maaku/CMark/**/*.swift",
27       "dependencies": {
28         "libcmark_gfm": [
30         ]
31       }
32     },
33     {
34       "name": "Core",
35       "source_files": "Sources/Maaku/Core/**/*.swift",
36       "dependencies": {
37         "Maaku/CMark": [
39         ]
40       }
41     },
42     {
43       "name": "Plugins",
44       "source_files": "Sources/Maaku/Plugins/**/*.swift",
45       "dependencies": {
46         "Maaku/Core": [
48         ]
49       }
50     }
51   ]