blob: c262a7708314cf11208bfb19356725419f662ff4 [file] [log] [blame]
{
"name": "LTMarkdownParser",
"version": "1.0.3",
"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": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LTMarkdownParser": [
"Pod/Assets/*.png"
]
}
}