blob: 6ae070c3da9449b3567cbb6d9d4d0f98d13e1123 [file] [log] [blame]
{
"name": "RZColorful",
"version": "1.1.5",
"summary": "NSAttributedString富文本的快捷设置方法集合,以及UITextView、UITextField、UILabel富文本简单优雅的使用",
"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.5"
},
"source_files": [
"RZColorful",
"RZColorfulExample/RZColorful/*.{h,m}"
]
}