blob: 1ad46e042c7cd70237b736f0088fca8ca8be5b44 [file] [log] [blame]
{
"name": "libcmark_gfm",
"version": "0.29.2",
"summary": "Swift compatible framework for cmark-gfm",
"description": "Swift compatible framework for Github's fork of cmark.",
"homepage": "https://github.com/KristopherGBaker/libcmark_gfm",
"license": "BSD2",
"authors": {
"Kristopher Baker": "Kristopher Baker"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/KristopherGBaker/libcmark_gfm.git",
"tag": "0.29.2"
},
"source_files": "Sources/libcmark_gfm/**/*{.c,.h}",
"preserve_paths": "Sources/libcmark_gfm/**/*",
"public_header_files": "Sources/libcmark_gfm/include/*.h"
}