3 "summary": "Blazing fast Markdown rendering in Swift, built upon cmark.",
5 "homepage": "https://github.com/johnxnguyen/Down",
11 "John Nguyen": "polyxo@protonmail.com"
14 "git": "https://github.com/johnxnguyen/Down.git",
18 "Sources/Down/{AST,Enums & Options,Extensions,Renderers}/**/*.swift",
19 "Sources/cmark/*.{h,c}",
23 "source_files": "Sources/Down/Views/**",
24 "resources": "Sources/Down/Resources/DownView.bundle"
27 "source_files": "Sources/Down/Views/**",
28 "resources": "Sources/Down/Resources/DownView.bundle"
30 "public_header_files": "Sources/Down/*.h",
37 "module_name": "Down",
39 "Sources/cmark/include/module.modulemap",
40 "Sources/cmark/*.inc",
41 "Sources/cmark/COPYING"
43 "pod_target_xcconfig": {
44 "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Down/Sources/cmark/**"
50 "swift_version": "5.1"