blob: 577c8e7067bebb9536972bfd612f19d1861d60f6 [file] [log] [blame]
{
"name": "CommonMark",
"version": "0.0.8",
"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.8"
},
"source_files": [
"CommonMark/*.swift",
"CommonMark/CommonMark.h"
],
"dependencies": {
"cmark": [
"0.21"
]
}
}