[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / 4 / Maaku / 0.9.2 / Maaku.podspec.json
blob43b5ab12e9dfaba3d484c7487a4ad266ee986a12
2   "name": "Maaku",
3   "version": "0.9.2",
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   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/KristopherGBaker/Maaku.git",
20     "tag": "0.9.2"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "CMark",
28       "source_files": "Sources/Maaku/CMark/**/*.swift",
29       "dependencies": {
30         "libcmark_gfm": [
31           "~> 0.29.3"
32         ]
33       }
34     },
35     {
36       "name": "Core",
37       "source_files": "Sources/Maaku/Core/**/*.swift",
38       "dependencies": {
39         "Maaku/CMark": [
41         ]
42       }
43     },
44     {
45       "name": "Plugins",
46       "source_files": "Sources/Maaku/Plugins/**/*.swift",
47       "dependencies": {
48         "Maaku/Core": [
50         ]
51       }
52     }
53   ]