blob: 588d84e1f19844f3d8514c9053b4ed1f61f992fc [file] [log] [blame]
{
"name": "AXAttributedLabel",
"version": "0.2.5",
"summary": "`AXAttributedLabel` is an iOS customizable attributed label that displays attributed text.",
"description": "`AXAttributedLabel` is an iOS customizable attributed label that displays attributed link text and image attachment and the exclusion views.",
"homepage": "https://github.com/devedbox/AXAttributedLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"艾星": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXAttributedLabel.git",
"tag": "0.2.5"
},
"source_files": "AXAttributedLabel/AXAttributedLabel/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}