blob: e6d07c606b1b4461836fd1ef0fe91659d989b1c3 [file] [log] [blame]
{
"name": "DAAttributedLabel",
"version": "0.1.0",
"summary": "A custom AttributedLabel using TestKit to replace UILabel.",
"description": "A custom AttributedLabel using TestKit 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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DAAttributedLabel/Classes/**/*",
"public_header_files": "DAAttributedLabel/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}