[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 6 / XNGMarkdownParser / 0.3.1 / XNGMarkdownParser.podspec.json
blobf484c3ecfc27ccc5afd155a1a7cdcb00188d16ed
2   "name": "XNGMarkdownParser",
3   "version": "0.3.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   "social_media_url": "https://twitter.com/xingdevs",
7   "homepage": "https://github.com/xing/XNGMarkdownParser/",
8   "license": "Apache License, Version 2.0",
9   "authors": {
10     "XING AG": "iosdev@xing.com"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/xing/XNGMarkdownParser.git",
17     "tag": "0.3.1"
18   },
19   "source_files": "src/*.{h,m,c}",
20   "requires_arc": true