[Add] VIDVLiveness 3.0.4
[CocoaPods.git] / Specs / 2 / a / 5 / NORMarkdownParser / 0.1.2 / NORMarkdownParser.podspec.json
blobc4261f8c73a92359291f6d2efb77f5c55a7f5e40
2   "name": "NORMarkdownParser",
3   "version": "0.1.2",
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.2",
19     "submodules": true
20   },
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "source_files": [
24     "hoedown/**/*.{h,c}",
25     "NORMarkdownParser/*.{h,m}"
26   ]