blob: a0a2cacfeb99af14ef76bd23ae6043c31bd01960 [file] [log] [blame]
{
"name": "iCJTools",
"version": "0.8.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"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": [
]
}
}
]
}