blob: 67161944efc064733a8942ebd252c09d9ed1c4af [file] [log] [blame]
{
"name": "CommonMark",
"version": "0.24.1",
"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",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/chriseidhof/commonmark-swift.git",
"tag": "0.24.1"
},
"source_files": [
"CommonMark/*.swift",
"CommonMark/CommonMark.h"
],
"dependencies": {
"cmark": [
"0.24.1"
]
}
}