[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 6 / 5 / LTMarkdownParser / 2.0.1 / LTMarkdownParser.podspec.json
blob4afc30f2d916530078efdeccc31aef53fdffee35
2   "name": "LTMarkdownParser",
3   "version": "2.0.1",
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.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "pushed_with_swift_version": "3.0"