blob: 91253ce69dd37484ca7e93fe8fb79316dabc19ff [file] [log] [blame]
{
"name": "KKBaseLabel",
"version": "1.0.0",
"summary": "UILabel的简单封装",
"description": "一个UILabel的简单封装",
"homepage": "https://github.com/colaicode/KKBaseLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"colaicode": "colaicode@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/colaicode/KKBaseLabel.git",
"tag": "1.0.0"
},
"source_files": "KKBaseLabelDemo/KKBaseLabel/*.{h,m}",
"requires_arc": true
}