blob: b028dd03dd7565b0f80e73b17fca7e5b548091c3 [file] [log] [blame]
{
"name": "XXAttributedLabel",
"version": "0.2.0",
"summary": "基于TMAttributedLabel实现的可选操作,让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.2.0"
},
"source_files": "XXAttributedLabel/*.{h,m}",
"requires_arc": true,
"dependencies": {
"TMAttributedLabel": [
"~> 0.0.1"
]
}
}