blob: 82da75df78deeffd9ee95cc8cbc52e4c4ef52459 [file] [log] [blame]
{
"name": "SimpleMarkdownParser",
"version": "0.6.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MarkdownIOS/SimpleMarkdownParser/Classes/**/*",
"swift_version": "5.0"
}