blob: f946a0df621764d3817aac6136198c087dc31f27 [file] [log] [blame]
{
"name": "MMAttributedLabel",
"version": "0.0.2",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A drop-in replacement for UILabel that supports attributes, data detectors, links, and more (基于TTTAttributedLabel)",
"homepage": "https://github.com/xwgit2971/MMAttributedLabel",
"authors": {
"SunnyX": "1031787148@qq.com"
},
"source": {
"git": "https://github.com/xwgit2971/MMAttributedLabel.git",
"tag": "0.0.2"
},
"source_files": "MMAttributedLabel/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"TTTAttributedLabel": [
"~> 1.13.4"
],
"UIColor-MMAdditions": [
]
}
}