blob: 44e823b28d3b6c4c4768f2fffa57112919b7afd9 [file] [log] [blame]
{
"name": "YXRichText",
"version": "1.0",
"summary": "YXRichText 对富文本封装,可以配置部分字体或全部字体的 颜色、背景色、描边、阴影、下划线、中划线、字体间距等;.",
"homepage": "https://github.com/xnxy/YXRichText",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhouwei": "2303400083@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xnxy/YXRichText.git",
"tag": "1.0"
},
"requires_arc": true,
"source_files": "YXRichText/*.{h,m}",
"public_header_files": "YXRichText/*.{h}",
"frameworks": [
"Foundation",
"CoreFoundation"
]
}