blob: 89970aaabf779abbad6d1ed665ba8f8a4d37382d [file] [log] [blame]
{
"name": "RCMarkdownParser",
"version": "3.0.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}