[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 6 / 2 / 3 / NSAttributedStringMarkdownParser / 0.0.1 / NSAttributedStringMarkdownParser.podspec.json
blobf990008435b70a2b20b99b21a830cadb83b9759f
2   "name": "NSAttributedStringMarkdownParser",
3   "version": "0.0.1",
4   "summary": "A Markdown NSAttributedString parser.",
5   "description": "                    This is a Markdown => NSAttributedString parser built on top\n                    of a flex parser. It takes an NSString and returns an\n                    NSAttributedString with markdown tags replaced by CoreText\n                    formatting attributes.\n",
6   "homepage": "https://github.com/jverkoey/NSAttributedStringMarkdownParser",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Jeff Verkoeyen": "jverkoey@gmail.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/jverkoey/NSAttributedStringMarkdownParser.git",
16     "commit": "aa415d3fa4d6f13c75c13732f39dec55bf83d5d6"
17   },
18   "source_files": "src/**/*.{h,m}",
19   "dependencies": {
20     "fmemopen": [
22     ]
23   },
24   "requires_arc": true