[Add] LiveConnectUIKit_iOS 4.5.0.13
[CocoaPods.git] / Specs / 7 / f / 6 / XNGMarkdownParser / 0.3.0 / XNGMarkdownParser.podspec.json
blob874aaee5bb48ce093541558a83804add7eeddbeb
2   "name": "XNGMarkdownParser",
3   "version": "0.3.0",
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.0"
18   },
19   "source_files": "src/*.{h,m}",
20   "dependencies": {
21     "fmemopen": [
23     ]
24   },
25   "requires_arc": true