[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 0 / 8 / XiangHongUIKit / 0.0.7 / XiangHongUIKit.podspec.json
blobe398c6c6cf51c65048a5af3882871950d70042fe
2   "name": "XiangHongUIKit",
3   "version": "0.0.7",
4   "summary": "XiangHongUIKit,界面ui集合。",
5   "description": "XiangHongUIKit是界面UI集合,里面存放不同类型的ui控件。",
6   "homepage": "https://github.com/xh1130485186/XHUIKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xianghong": "1130485186@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/xh1130485186/XHUIKit.git",
19     "tag": "0.0.7"
20   },
21   "resources": "UIComponent/xhkit.ui.bundle",
22   "requires_arc": true,
23   "dependencies": {
24     "XiangHongKit": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "XHButton",
31       "source_files": "UIComponent/XHButton/*.{h,m}"
32     },
33     {
34       "name": "UILabel",
35       "source_files": "UIComponent/UILabel/*.{h,m}"
36     },
37     {
38       "name": "XHTextView",
39       "source_files": "UIComponent/XHTextView/*.{h,m}"
40     },
41     {
42       "name": "XHContainer",
43       "source_files": "UIComponent/XHContainer/*.{h,m}"
44     },
45     {
46       "name": "XHHorizontalMenu",
47       "source_files": "UIComponent/XHHorizontalMenu/*.{h,m}"
48     },
49     {
50       "name": "XHProgressView",
51       "source_files": "UIComponent/XHProgressView/*.{h,m}"
52     },
53     {
54       "name": "XHChart",
55       "source_files": "UIComponent/XHChart/*.{h,m}"
56     },
57     {
58       "name": "XHAlertController",
59       "source_files": "UIComponent/XHAlertController/*.{h,m}"
60     },
61     {
62       "name": "XHDropDownMenu",
63       "dependencies": {
64         "XiangHongUIKit/XHButton": [
66         ]
67       },
68       "source_files": "UIComponent/XHDropDownMenu/*.{h,m}"
69     },
70     {
71       "name": "Theme",
72       "source_files": "UIComponent/Theme/*.{h,m}"
73     }
74   ]