blob: cad46f70e7c4bb59d43e61c029e77713d5a4c99f [file] [log] [blame]
{
"name": "Markdowner",
"version": "2.0.0",
"summary": "Live markdown previewer and editor.",
"swift_version": "4.1",
"description": "Markdowner is a library intended to edit and preview markdown in real time. It supports custom markdown elements or use only a subset of the standard ones. Custom fonts and colors are also supported.",
"homepage": "https://github.com/rlaguilar/Markdowner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rlaguilar": "rlac1990@gmail.com"
},
"source": {
"git": "https://github.com/rlaguilar/Markdowner.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Markdowner/Classes/**/*",
"frameworks": "UIKit"
}