blob: 5bb7eb9cf91ad1ad3bd2beb151dd3ef6ebd1ddfa [file] [log] [blame]
{
"name": "KZMarkdownView",
"version": "0.2.5",
"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.2.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "KZMarkdownView/Classes/**/*",
"vendored_frameworks": [
"KZMarkdownView/CommonMark.framework"
],
"public_header_files": "KZMarkdownView/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"KZSeniorLabel": [
],
"KZWebImage": [
]
}
}