blob: 5c79b4376eaf6a2ad1a6b32a46008cd0f9a334b1 [file] [log] [blame]
{
"name": "RCMarkdownParser",
"version": "3.0.5",
"summary": "A markdown parser written in swift",
"description": "A parser written to convert a string containing markdown to an NSAttributedString for Rocket.Chat. It was based off of LTMarkdownParser.",
"homepage": "https://github.com/RocketChat/RCMarkdownParser",
"license": "MIT",
"authors": {
"Matheus Cardoso": "matheus@cardo.so"
},
"source": {
"git": "https://github.com/RocketChat/RCMarkdownParser.git",
"tag": "3.0.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}