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