blob: d45e7fe1a461e1f9490e4aafbe035a3ce2e14c14 [file] [log] [blame]
{
"name": "Down",
"summary": "Blazing fast Markdown rendering in Swift, built upon cmark.",
"version": "0.3.3",
"homepage": "https://github.com/iwasrobbed/Down",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rob Phillips": "rob@desideratalabs.co"
},
"source": {
"git": "https://github.com/iwasrobbed/Down.git",
"tag": "v0.3.3"
},
"source_files": [
"Source/{cmark,Enums & Options,Extensions,Renderers}/**",
"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": "8.0",
"tvos": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"module_name": "Down",
"preserve_paths": "Source/cmark/module.modulemap",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Down/Source/cmark/**"
}
}