blob: b7de2009b1228dddc125c89bfb318734cb52de7f [file] [log] [blame]
{
"name": "CuteAttribute",
"version": "1.0.3",
"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.0.3"
},
"source_files": "CuteAttribute/*.{swift,h}",
"frameworks": "UIKit",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}