blob: 428afbd1b8d5d54071fe1c8c98ff6d75afc8579a [file] [log] [blame]
{
"name": "KZMarkdownView",
"version": "0.0.4",
"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.4"
},
"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": [
]
}
}