[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 6 / 5 / LTMarkdownParser / 2.0.0 / LTMarkdownParser.podspec.json
blobb6c60166a366059452b4671ffe65fbacfee34d69
2   "name": "LTMarkdownParser",
3   "version": "2.0.0",
4   "summary": "A markdown parser written in swift",
5   "description": "A parser written to convert a string containing markdown to an NSAttributedString.  It was based off of TSMarkdownParser, but rewritten in Swift.",
6   "homepage": "https://github.com/LyokoTech/LTMarkdownParser",
7   "license": "MIT",
8   "authors": {
9     "Rhett Rogers": "serenade.xs@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/LyokoTech/LTMarkdownParser.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "pushed_with_swift_version": "3.0"