blob: 5061944d199bee796f819a43430b421963f026f6 [file] [log] [blame]
{
"name": "CDMarkdownKit",
"version": "2.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An extensive Swift framework providing simple and customizable markdown parsing.",
"description": "This Swift framework handles standard markdown parsing along with the ability to parse custom elements.",
"homepage": "https://github.com/chrisdhaan/CDMarkdownKit",
"authors": {
"Christopher de Haan": "contact@christopherdehaan.me"
},
"source": {
"git": "https://github.com/chrisdhaan/CDMarkdownKit.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "Source/*.swift",
"swift_version": "5.1"
}