blob: 20065da997dd2e10bdad1ae4d52f8facba89e4c2 [file] [log] [blame]
{
"name": "RZColorful",
"version": "1.1.7",
"summary": "NSAttributedString富文本的快捷设置方法集合,以及UITextView、UITextField、UILabel富文本简单优雅的使用",
"description": "新增appendImage、appendImageByUrl也可以设置段落样式",
"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.7"
},
"source_files": [
"RZColorful",
"RZColorfulExample/RZColorful/*.h"
],
"subspecs": [
{
"name": "AttributeCore",
"source_files": "RZColorfulExample/RZColorful/AttributeCore/*.{h,m}"
},
{
"name": "UICore",
"dependencies": {
"RZColorful/AttributeCore": [
]
},
"source_files": "RZColorfulExample/RZColorful/UICore/*.{h,m}"
}
]
}