blob: b56c26854907fbb1c730053ed53a9d3a40244784 [file] [log] [blame]
{
"name": "RZColorful",
"version": "1.1.4",
"summary": "NSAttributedString富文本的方法集合,以及简单优雅的使用其多种属性",
"description": "\"日常iOS开发过程中,少不得需要添加富文本以突出显示,在富文本设置过程中,代码冗长且不好记忆,所以这里以一个简洁的方式实现富文本字符串的使用集合。\"\n1.因为textField、textView、label三方内容相似,所以整合所有的使用方法到UIView中。\n2.新增刷新界面时保持文本框焦点的方法",
"homepage": "https://github.com/rztime/RZColorful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rztime": "rztime@vip.qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rztime/RZColorful.git",
"tag": "1.1.4"
},
"source_files": [
"RZColorful",
"RZColorfulExample/RZColorful/*.{h,m}"
]
}