blob: ec603add8585fbeaaf74a3c7676a9e5b9934446e [file] [log] [blame]
{
"name": "XXAttributedLabel",
"version": "0.0.6",
"summary": "基于M80AttributedLabel实现的可选操作,让Label也可以支持复制、选择功能。",
"homepage": "https://github.com/solehe/XXAttributedLabel",
"license": "MIT",
"authors": {
"solehe": "soleworld@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/solehe/XXAttributedLabel.git",
"tag": "0.0.6"
},
"source_files": [
"XXAttributedLabel/XXAttributedLabel/*.{h,m}",
"XXAttributedLabel/XXAttributedLabel/XXAttributedLabel/XXAttributedLabel/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"M80AttributedLabel": [
"~> 1.9.9"
]
}
}