blob: f0b23500669ac69fcd7dc6c3309e3de57a82bdb7 [file] [log] [blame]
{
"name": "MarkdownParser",
"version": "0.1.0",
"summary": "A markdown parser written purely in swift.",
"description": "A markdown parser written purely in swift. it can be used render markdown and display it in any format needed",
"homepage": "https://github.com/NaifAlrashed/MarkdownParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NaifAlrashed": "naifdev@gmail.com"
},
"source": {
"git": "https://github.com/NaifAlrashed/MarkdownParser.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "Sources/**/*"
}