blob: 36ab0691482253f83e2d3c3c176d7a6c5f868d00 [file] [log] [blame]
{
"name": "CuteAttribute",
"version": "0.1.1",
"summary": "A elegant way to use attributed string in swift.",
"description": "A elegant way to deal with attributed string in swift. It's convenient to create attributed string by `.cute`, whatever from `String`, `NSString`, `NSAttributedString` or `NSMutableAttributedString`. 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": "0.1.1"
},
"source_files": "CuteAttribute/*.{swift, h}",
"pushed_with_swift_version": "3.0"
}