blob: d78df3bd75d96d0543f8fc0d3f87ea6549e7fa0a [file] [log] [blame]
{
"name": "CuteAttribute",
"version": "0.1.0",
"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.0"
},
"source_files": "CuteAttribute/*.{swift, h}",
"pushed_with_swift_version": "3.0"
}