blob: bc7b2300028b03be6c13e11c1ed1c06f06666d96 [file] [log] [blame]
{
"name": "Maaku",
"version": "0.2.0",
"summary": "Swift cmark-gfm wrapper with a Swift friendly representation of the AST",
"description": "The Maaku framework provides a Swift wrapper around cmark-gfm with the addition\nof a Swift friendly representation of the AST.",
"homepage": "https://github.com/KristopherGBaker/Maaku",
"license": "MIT",
"authors": {
"Kristopher Baker": "Kristopher Baker"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/KristopherGBaker/Maaku.git",
"tag": "0.2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "CMark",
"source_files": "Sources/Maaku/CMark/**/*.swift",
"dependencies": {
"libcmark_gfm": [
]
}
},
{
"name": "Core",
"source_files": "Sources/Maaku/Core/**/*.swift",
"dependencies": {
"Maaku/CMark": [
]
}
},
{
"name": "Plugins",
"source_files": "Sources/Maaku/Plugins/**/*.swift",
"dependencies": {
"Maaku/Core": [
]
}
}
]
}