blob: ffc63c75a85e1adb1b09aefbe0dc1904eb078e0e [file] [log] [blame]
{
"name": "CDMarkdownKit",
"version": "1.2.0",
"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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher de Haan": "contact@christopherdehaan.me"
},
"source": {
"git": "https://github.com/chrisdhaan/CDMarkdownKit.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/dehaan_solo",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/*.swift"
}