blob: 838242af88f7c59cfae1edd50b0eb356d5ddfaa6 [file] [log] [blame]
{
"name": "WCUtils",
"version": "0.0.3",
"summary": "WCUtils",
"description": "WCUtils -- 一个包含常用分类的开发工具包,加快开发速度",
"homepage": "https://github.com/MyWestCity/WCUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WestCity": "1034009721@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MyWestCity/WCUtils.git",
"tag": "0.0.3"
},
"public_header_files": "WCUtils/WCUtils.h",
"source_files": "WCUtils/WCUtils.h",
"subspecs": [
{
"name": "WCCategory",
"source_files": "WCUtils/WCCategory/*.{h,m}",
"public_header_files": "WCUtils/WCCategory/*.h"
},
{
"name": "WCWidget",
"source_files": "WCUtils/WCWidget/*.{h,m}",
"public_header_files": "WCUtils/WCWidget/*.h"
}
]
}