3 "summary": "Blazing fast Markdown rendering in Swift, built upon cmark.",
5 "homepage": "https://github.com/iwasrobbed/Down",
11 "Rob Phillips": "rob@robphillips.me"
14 "git": "https://github.com/iwasrobbed/Down.git",
18 "Source/{AST,cmark,Enums & Options,Extensions,Renderers}/**/*.{h,c,swift}",
22 "source_files": "Source/Views/**",
23 "resources": "Resources/DownView.bundle"
26 "source_files": "Source/Views/**",
27 "resources": "Resources/DownView.bundle"
29 "public_header_files": "Source/*.h",
36 "module_name": "Down",
38 "Source/cmark/module.modulemap",
40 "Source/cmark/COPYING"
42 "pod_target_xcconfig": {
43 "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Down/Source/cmark/**"
45 "compiler_flags": "-Wno-shorten-64-to-32",
46 "swift_versions": "5.0"