blob: dbd7711111bcf375cec8375daf7986e8e5722da1 [file] [log] [blame]
{
"name": "PFText",
"version": "2.0.2",
"summary": "富文本,coretext",
"description": "异步绘制,富文本,支持@nick,link,本地图片,网络图片,粘贴板,自定义规则",
"homepage": "https://github.com/LongPF/PFText",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"authors": {
"longpengfei": "466142249@qq.com"
},
"source": {
"git": "https://github.com/LongPF/PFText.git",
"tag": "2.0.2"
},
"source_files": "PFText/**/*.{h,m}",
"public_header_files": "PFText/**/*.{h}",
"frameworks": [
"UIKit",
"CoreText",
"Foundation"
],
"requires_arc": true
}