blob: 3c1845513a8883d9c9c599703d278b193a7024a8 [file] [log] [blame]
{
"name": "CommonMark",
"version": "0.0.3",
"summary": "CommonMark is a Swift wrapper around cmark (a C-based parser for CommonMark)",
"description": "This library provides a Swift interface to the cmark library. Rather than working with C function pointers, it exposes the Markdown as an abstract syntax tree (an enum). It allows for parsing, modification and rendering of a CommonMark document.",
"homepage": "https://github.com/chriseidhof/commonmark-swift",
"license": "MIT",
"authors": {
"Chris Eidhof": "chris@eidhof.nl"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/chriseidhof/commonmark-swift.git",
"tag": "0.0.3"
},
"source_files": [
"CommonMark/*.swift",
"CommonMark/CommonMark.h"
],
"dependencies": {
"cmark": [
"0.21"
]
}
}