blob: e80d57a4db1105b6bfc4e4ff237f1af50178c4c7 [file] [log] [blame]
{
"name": "SimpleMarkdownParser",
"version": "0.6.4",
"swift_versions": "5.0",
"summary": "A multi-functional and easy way to integrate markdown formatting within mobile apps.",
"description": "Easy to use, convert markdown to attributed strings and place it on a UILabel. Highly customizable to implement custom styling. Supports a basic set of commonly used markdown.",
"homepage": "https://github.com/crescentflare/SimpleMarkdownParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Crescent Flare": "info@crescentflare.com"
},
"source": {
"git": "https://github.com/crescentflare/SimpleMarkdownParser.git",
"tag": "0.6.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MarkdownIOS/SimpleMarkdownParser/Classes/**/*"
}