blob: f53d7ef954b4c7d21a5ddc6e62d6d4b238517839 [file] [log] [blame]
{
"name": "KZMarkdownView",
"version": "0.0.8",
"summary": "Markdown view.",
"description": "Parse markdown node, display with attributed string.",
"homepage": "http://git.kanzhun-inc.com/bosszhipin/kzmarkdown/tree/master",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuyaping": "https://github.com/LYPDoit"
},
"source": {
"git": "git@git.kanzhun-inc.com:bosszhipin/kzmarkdown.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "KZMarkdownView/Classes/**/*",
"vendored_frameworks": [
"KZMarkdownView/CommonMark.framework"
],
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"public_header_files": "KZMarkdownView/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"KZSeniorLabel": [
],
"KZWebImage": [
]
}
}