[Add] YIM 2.2.1
[CocoaPods.git] / Specs / f / e / a / iCJTools / 0.8.2 / iCJTools.podspec.json
blob01c772f1c408afa36ef78275ad6354a8c404ff6c
2   "name": "iCJTools",
3   "version": "0.8.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "iCJTools/iCJTools.h",
22   "subspecs": [
23     {
24       "name": "LogTool",
25       "source_files": "iCJTools/LogTool/*"
26     },
27     {
28       "name": "NSTool",
29       "source_files": "iCJTools/NSTool/*"
30     },
31     {
32       "name": "UITool",
33       "source_files": "iCJTools/UITool/*",
34       "dependencies": {
35         "iCJTools/NSTool": [
37         ],
38         "iCJTools/LogTool": [
40         ]
41       }
42     },
43     {
44       "name": "NoDataView",
45       "source_files": "iCJTools/NoDataView/*"
46     },
47     {
48       "name": "SystemTool",
49       "source_files": "iCJTools/SystemTool/*",
50       "dependencies": {
51         "iCJTools/UITool": [
53         ]
54       }
55     }
56   ]