blob: 736ae8f6b064df8240a0d37d46d7e53632edb5ee [file] [log] [blame]
{
"name": "Down",
"summary": "Blazing fast Markdown rendering in Swift, built upon cmark.",
"version": "0.8.6",
"homepage": "https://github.com/iwasrobbed/Down",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rob Phillips": "rob@robphillips.me"
},
"source": {
"git": "https://github.com/iwasrobbed/Down.git",
"tag": "v0.8.6"
},
"source_files": [
"Source/{AST,cmark,Enums & Options,Extensions,Renderers}/**/*.{h,c,swift}",
"Source/*"
],
"ios": {
"source_files": "Source/Views/**",
"resources": "Resources/DownView.bundle"
},
"osx": {
"source_files": "Source/Views/**",
"resources": "Resources/DownView.bundle"
},
"public_header_files": "Source/*.h",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"module_name": "Down",
"preserve_paths": [
"Source/cmark/include/module.modulemap",
"Source/cmark/*.inc",
"Source/cmark/COPYING"
],
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Down/Source/cmark/**"
},
"compiler_flags": "-Wno-shorten-64-to-32",
"swift_versions": "5.0",
"swift_version": "5.0"
}