blob: bab5d1a1b99a5ac8b1390fe50eaef1e80a2c2b6f [file] [log] [blame]
{
"name": "SimpleMarkdownParser",
"version": "0.5.1",
"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.5.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MarkdownIOS/SimpleMarkdownParser/Classes/**/*"
}