blob: b6c60166a366059452b4671ffe65fbacfee34d69 [file] [log] [blame]
{
"name": "LTMarkdownParser",
"version": "2.0.0",
"summary": "A markdown parser written in swift",
"description": "A parser written to convert a string containing markdown to an NSAttributedString. It was based off of TSMarkdownParser, but rewritten in Swift.",
"homepage": "https://github.com/LyokoTech/LTMarkdownParser",
"license": "MIT",
"authors": {
"Rhett Rogers": "serenade.xs@icloud.com"
},
"source": {
"git": "https://github.com/LyokoTech/LTMarkdownParser.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"pushed_with_swift_version": "3.0"
}