blob: 8afce96811a028995a096df05a6640d576c5ceee [file] [log] [blame]
{
"name": "RZColorfulSwift",
"version": "0.0.3",
"summary": "NSAttributedString富文本的快捷设置方法集合,以及UITextView、UITextField、UILabel富文本简单优雅的使用",
"description": "富文本方法集合,使用链式的方法快速简单的使用富文本NSAttributedString的功能",
"homepage": "https://github.com/rztime/RZColorfulSwift",
"license": "LICENSE",
"authors": {
"rztime": "rztime@vip.qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/rztime/RZColorfulSwift.git",
"tag": "0.0.3"
},
"subspecs": [
{
"name": "AttributeCore",
"source_files": "RZColorfulSwift/RZColorfulSwift/AttributeCore/*"
},
{
"name": "Core",
"dependencies": {
"RZColorfulSwift/AttributeCore": [
]
},
"source_files": "RZColorfulSwift/RZColorfulSwift/Core/*"
}
]
}