[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 1 / GHMarkdownParser / 0.1.2 / GHMarkdownParser.podspec.json
blob97b33f578c34fc5fe3064a85f6c916c3294f8489
2   "name": "GHMarkdownParser",
3   "version": "0.1.2",
4   "license": "MIT",
5   "summary": "A GitHub Flavored Markdown parser for iOS and Mac OS, based on discount.",
6   "homepage": "https://github.com/OliverLetterer/GHMarkdownParser",
7   "authors": {
8     "Oliver Letterer": "oliver.letterer@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/OliverLetterer/GHMarkdownParser.git",
12     "tag": "0.1.2",
13     "submodules": "true"
14   },
15   "source_files": [
16     "discount/config.h",
17     "discount/setup.c",
18     "discount/tags.{h,c}",
19     "discount/html5.c",
20     "discount/emmatch.c",
21     "discount/Csio.c",
22     "discount/xml.c",
23     "discount/resource.c",
24     "discount/generate.c",
25     "discount/markdown.{h,c}",
26     "discount/mkdir.{c,h}",
27     "discount/cstring.h",
28     "discount/amalloc.{h,c}",
29     "discount/mkdio.{h,c}",
30     "discount/github_flavoured.c",
31     "discount/basename.c",
32     "GHMarkdownParser/**/*.{h,m}"
33   ],
34   "xcconfig": {
35     "OTHER_LDFLAGS": "-ObjC -all_load",
36     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/GHMarkdownParser/discount\""
37   },
38   "resources": "discount/blocktags",
39   "requires_arc": true