[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 5 / 2 / TSSwiftMarkdownParser / 0.2.2 / TSSwiftMarkdownParser.podspec.json
blob8ae54c415644a1dc9a66e821460401dee6d339a4
2   "name": "TSSwiftMarkdownParser",
3   "version": "0.2.2",
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/TSSwiftMarkdownParser",
7   "license": "MIT",
8   "authors": {
9     "Rhett Rogers": "serenade.xs@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/LyokoTech/TSSwiftMarkdownParser.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TSSwiftMarkdownParser": [
22       "Pod/Assets/*.png"
23     ]
24   }