blob: 058857a8fe3a24036729c5cf8acd533e5dbc933f [file] [log] [blame]
{
"name": "CDMarkdownKit",
"version": "2.1.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.1.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"source_files": "Source/*.swift",
"swift_version": "5.2"
}