blob: 8fbf7ae646cbc33181bc090daf2311925b2c91a7 [file] [log] [blame]
{
"name": "GHMarkdownParser",
"version": "0.0.1",
"license": "BSD",
"summary": "A markdown parser for iOS based on discount.",
"homepage": "https://github.com/OliverLetterer/GHMarkdownParser",
"authors": {
"Oliver Letterer": "https://github.com/OliverLetterer"
},
"source": {
"git": "https://github.com/OliverLetterer/GHMarkdownParser.git",
"commit": "2afb8cfa66778749f8e00155e7a9ab534b51a578",
"submodules": "true"
},
"source_files": [
"discount/blocktags",
"discount/config.h",
"discount/setup.c",
"discount/tags.{h,c}",
"discount/html5.c",
"discount/emmatch.c",
"discount/Csio.c",
"discount/xml.c",
"discount/resource.c",
"discount/generate.c",
"discount/markdown.{h,c}",
"discount/mkdir.{c,h}",
"discount/cstring.h",
"discount/amalloc.{h,c}",
"discount/mkdio.{h,c}",
"GHMarkdownParser/**/*.{h,m}"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/GHMarkdownParser/discount\""
},
"requires_arc": false
}