blob: 68ee07372088599849dc90c505b5c68dbae603c1 [file] [log] [blame]
{
"name": "CuteAttribute",
"version": "1.1.2",
"summary": "A elegant way to use attributed string in swift.",
"description": "* A elegant way to deal with attributed string in swift. \n* It's convenient to create attributed string by `.cute`, \n* whatever from `String`, `NSString`, `NSAttributedString` or `NSMutableAttributedString`. \n* It's so amazing that almost all method support `chaining`.",
"homepage": "https://github.com/qiuncheng/CuteAttribute",
"license": "MIT",
"authors": {
"qiuncheng": "qiuncheng@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/qiuncheng/CuteAttribute.git",
"tag": "1.1.2"
},
"source_files": "CuteAttribute/*.{swift,h}",
"frameworks": "UIKit",
"requires_arc": true
}