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