blob: bfb976bdadcfb8cdbb61ab5956458682348909d4 [file] [log] [blame]
{
"name": "Maaku",
"version": "0.9.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"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/KristopherGBaker/Maaku.git",
"tag": "0.9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "CMark",
"source_files": "Sources/Maaku/CMark/**/*.swift",
"dependencies": {
"libcmark_gfm": [
"~> 0.29.1"
]
}
},
{
"name": "Core",
"source_files": "Sources/Maaku/Core/**/*.swift",
"dependencies": {
"Maaku/CMark": [
]
}
},
{
"name": "Plugins",
"source_files": "Sources/Maaku/Plugins/**/*.swift",
"dependencies": {
"Maaku/Core": [
]
}
}
],
"swift_version": "5.0"
}