[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / f / e / a / iCJTools / 0.8.1 / iCJTools.podspec.json
bloba0a2cacfeb99af14ef76bd23ae6043c31bd01960
2   "name": "iCJTools",
3   "version": "0.8.1",
4   "summary": "iOS开发基础工具集合",
5   "description": "YCJ整理的iOS开发基础工具集合",
6   "homepage": "https://gitee.com/ChaoJinYu/iCJTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YCJ": "674267489@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/ChaoJinYu/iCJTools.git",
16     "tag": "0.8.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "LogTool",
24       "source_files": "iCJTools/LogTool/*"
25     },
26     {
27       "name": "NSTool",
28       "source_files": "iCJTools/NSTool/*"
29     },
30     {
31       "name": "UITool",
32       "source_files": "iCJTools/UITool/*",
33       "dependencies": {
34         "iCJTools/NSTool": [
36         ],
37         "iCJTools/LogTool": [
39         ]
40       }
41     },
42     {
43       "name": "NoDataView",
44       "source_files": "iCJTools/NoDataView/*"
45     },
46     {
47       "name": "SystemTool",
48       "source_files": "iCJTools/SystemTool/*",
49       "dependencies": {
50         "iCJTools/UITool": [
52         ]
53       }
54     }
55   ]