blob: 01c772f1c408afa36ef78275ad6354a8c404ff6c [file] [log] [blame]
{
"name": "iCJTools",
"version": "0.8.2",
"summary": "iOS开发基础工具集合",
"description": "YCJ整理的iOS开发基础工具集合",
"homepage": "https://gitee.com/ChaoJinYu/iCJTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YCJ": "674267489@qq.com"
},
"source": {
"git": "https://gitee.com/ChaoJinYu/iCJTools.git",
"tag": "0.8.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "iCJTools/iCJTools.h",
"subspecs": [
{
"name": "LogTool",
"source_files": "iCJTools/LogTool/*"
},
{
"name": "NSTool",
"source_files": "iCJTools/NSTool/*"
},
{
"name": "UITool",
"source_files": "iCJTools/UITool/*",
"dependencies": {
"iCJTools/NSTool": [
],
"iCJTools/LogTool": [
]
}
},
{
"name": "NoDataView",
"source_files": "iCJTools/NoDataView/*"
},
{
"name": "SystemTool",
"source_files": "iCJTools/SystemTool/*",
"dependencies": {
"iCJTools/UITool": [
]
}
}
]
}