[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 6 / 1 / UCMCustomUIKit / 0.0.2 / UCMCustomUIKit.podspec.json
blobb3895c67a35b86332441246c83add781ce6ee165
2   "name": "UCMCustomUIKit",
3   "version": "0.0.2",
4   "summary": "自定义UI组件",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "ssh://git@git.hnbangyao.com:9922/byShop/ucmcustomuikit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangheng": "1339669469@qq.com"
13   },
14   "source": {
15     "git": "ssh://git@git.hnbangyao.com:9922/byShop/ucmcustomuikit.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "UCMCustomUIKit/Classes/UCMUIKit.h",
22   "public_header_files": "UCMCustomUIKit/Classes/UCMUIKit.h",
23   "resource_bundles": {
24     "UCMCustomUIKit": [
25       "UCMCustomUIKit/Assets/*.png"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "UCMUIView",
31       "source_files": "UCMCustomUIKit/Classes/UCMUIView/**/*",
32       "public_header_files": "UCMCustomUIKit/Classes/UCMUIView/UCMUIViewKit.h",
33       "subspecs": [
34         {
35           "name": "editNumView",
36           "prefix_header_contents": [
37             "#import \"Masonry.h\"",
38             "#import \"QMUIKit.h\"",
39             "#import \"UCMHeader.h\""
40           ],
41           "source_files": "UCMCustomUIKit/Classes/UCMUIView/editNumView/**/*",
42           "public_header_files": "UCMCustomUIKit/Classes/UCMUIView/editNumView/*.h",
43           "dependencies": {
44             "SVProgressHUD": [
46             ],
47             "Masonry": [
49             ],
50             "QMUIKit": [
52             ],
53             "UCMUIKitCategory": [
55             ],
56             "UCMHeader": [
58             ]
59           }
60         },
61         {
62           "name": "starView",
63           "prefix_header_contents": [
64             "#import \"Masonry.h\"",
65             "#import \"UCMHeader.h\""
66           ],
67           "source_files": "UCMCustomUIKit/Classes/UCMUIView/starView/**/*",
68           "public_header_files": "UCMCustomUIKit/Classes/UCMUIView/starView/*.h",
69           "dependencies": {
70             "Masonry": [
72             ],
73             "UCMUIKitCategory": [
75             ],
76             "UCMHeader": [
78             ]
79           }
80         },
81         {
82           "name": "UCMNoData",
83           "prefix_header_contents": [
84             "#import \"Masonry.h\"",
85             "#import \"UCMHeader.h\""
86           ],
87           "source_files": "UCMCustomUIKit/Classes/UCMUIView/UCMNoData/**/*",
88           "public_header_files": "UCMCustomUIKit/Classes/UCMUIView/UCMNoData/*.h",
89           "dependencies": {
90             "QMUIKit": [
92             ],
93             "Masonry": [
95             ],
96             "UCMUIKitCategory": [
98             ],
99             "UCMHeader": [
101             ]
102           }
103         },
104         {
105           "name": "UCMNoNet",
106           "prefix_header_contents": [
107             "#import \"Masonry.h\"",
108             "#import \"UCMHeader.h\""
109           ],
110           "source_files": "UCMCustomUIKit/Classes/UCMUIView/UCMNoNet/**/*",
111           "public_header_files": "UCMCustomUIKit/Classes/UCMUIView/UCMNoNet/*.h",
112           "dependencies": {
113             "QMUIKit": [
115             ],
116             "Masonry": [
118             ],
119             "UCMUIKitCategory": [
121             ],
122             "UCMHeader": [
124             ]
125           }
126         }
127       ]
128     },
129     {
130       "name": "UCMUIButton",
131       "source_files": "UCMCustomUIKit/Classes/UCMUIButton/**/*",
132       "public_header_files": "UCMCustomUIKit/Classes/UCMUIButton/UCMUIButtonKit.h",
133       "subspecs": [
134         {
135           "name": "canMoveButton",
136           "prefix_header_contents": [
137             "#import \"Masonry.h\"",
138             "#import \"UCMHeader.h\""
139           ],
140           "source_files": "UCMCustomUIKit/Classes/UCMUIButton/canMoveButton/**/*",
141           "public_header_files": "UCMCustomUIKit/Classes/UCMUIButton/canMoveButton/*.h",
142           "dependencies": {
143             "Masonry": [
145             ],
146             "UCMUIKitCategory": [
148             ],
149             "UCMHeader": [
151             ]
152           }
153         },
154         {
155           "name": "TabbarButton",
156           "prefix_header_contents": [
157             "#import \"Masonry.h\"",
158             "#import \"UCMHeader.h\""
159           ],
160           "source_files": "UCMCustomUIKit/Classes/UCMUIButton/TabbarButton/**/*",
161           "public_header_files": "UCMCustomUIKit/Classes/UCMUIButton/TabbarButton/*.h",
162           "dependencies": {
163             "Masonry": [
165             ],
166             "UCMUIKitCategory": [
168             ],
169             "UCMHeader": [
171             ]
172           }
173         }
174       ]
175     },
176     {
177       "name": "UCMUILable",
178       "source_files": "UCMCustomUIKit/Classes/UCMUILable/**/*",
179       "public_header_files": "UCMCustomUIKit/Classes/UCMUILable/UCMUILabelKit.h",
180       "subspecs": [
181         {
182           "name": "strikeLineLabel",
183           "prefix_header_contents": [
184             "#import \"Masonry.h\"",
185             "#import \"UCMHeader.h\""
186           ],
187           "source_files": "UCMCustomUIKit/Classes/UCMUILable/strikeLineLabel/**/*",
188           "public_header_files": "UCMCustomUIKit/Classes/UCMUILable/strikeLineLabel/*.h",
189           "dependencies": {
190             "Masonry": [
192             ],
193             "UCMUIKitCategory": [
195             ],
196             "UCMHeader": [
198             ]
199           }
200         }
201       ]
202     }
203   ]