blob: 54a2f6eb2ba4d6b9d76be8c3ae0568b2661d2c11 [file] [log] [blame]
{
"name": "DAAttributedLabel",
"version": "1.2.1",
"summary": "A custom AttributedLabel using TextKit to replace UILabel.",
"description": "A custom AttributedLabel using TextKit to replace UILabel.\nYou can customization truncationToken, lineSpacing and backgroundColor, and also you can add custom view attachments.",
"homepage": "https://github.com/darkangel7/DAAttributedLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"darkangel7": "535596858@qq.com"
},
"source": {
"git": "https://github.com/darkangel7/DAAttributedLabel.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DAAttributedLabel/Classes/**/*",
"public_header_files": "DAAttributedLabel/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}