blob: 8d5e8545d9419c0cbb7f9c00ff1e9d0ad0a0e729 [file] [log] [blame]
{
"name": "UC_Category",
"version": "0.0.3",
"summary": "公共 分类",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://git.hnbangyao.com/UCComponen/uc_category",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangheng": "1339669469@qq.com"
},
"source": {
"git": "http://git.hnbangyao.com/UCComponen/uc_category.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UC_Category/Classes/**/*",
"subspecs": [
{
"name": "NSString",
"source_files": "UC_Category/Classes/NSString/*"
},
{
"name": "UIColor",
"source_files": "UC_Category/Classes/UIColor/*"
},
{
"name": "UIImage",
"source_files": "UC_Category/Classes/UIImage/*"
},
{
"name": "UILabel",
"source_files": "UC_Category/Classes/UILabel/*"
},
{
"name": "UIView",
"source_files": "UC_Category/Classes/UIView/*"
}
]
}