[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / a / 5 / NORMarkdownParser / 0.1 / NORMarkdownParser.podspec.json
blobb63f33a11bb1abfc33f7a90dcc2db62180888fb3
2   "name": "NORMarkdownParser",
3   "version": "0.1",
4   "summary": "A simple Markdown to NSAttributedString parser using hoedown",
5   "description": "                   A lightweight wrapper around hoedown, a fast C Markdown parser. The goal is to produce NSAttributedStrings which are suitable for presentation in custom controls or places where full-blown HTML rendering is not desired, such as chat/comment/posting interfaces in applications.\n",
6   "homepage": "https://github.com/henrinormak/NORMarkdownParser",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Henri Normak": "henri.normak@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/henrinormak/NORMarkdownParser.git",
18     "tag": "0.1",
19     "submodules": true
20   },
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "header_dir": "",
24   "source_files": [
25     "hoedown/**/*.{h,c}",
26     "NORMarkdownParser/*.{h,m}"
27   ]