[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 3 / 7 / WQSomeUIKit / 1.1.6 / WQSomeUIKit.podspec.json
blob115f09be014ca029656a5424e19f7a9d29f5589e
2   "name": "WQSomeUIKit",
3   "version": "1.1.6",
4   "summary": "Usual collection",
5   "description": "平常自己使用一些频率比较高得工具、控件的封装,后期使用的时候也不断维护、更新",
6   "homepage": "https://github.com/wang68543/WQSomeUIKit",
7   "license": "MIT",
8   "authors": {
9     "王强": "wang68543@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wang68543/WQSomeUIKit.git",
16     "tag": "1.1.6"
17   },
18   "requires_arc": true,
19   "resources": [
20     "WQSomeUIKit/Resources/Sb/*.storyboard"
21   ],
22   "exclude_files": "WQSomeUIKit/Tool/VoiceTool/amrwapper/*.{h,m}",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.0"
26     ],
27     "SDWebImage": [
28       "~>3.8"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Gloable",
34       "subspecs": [
35         {
36           "name": "Header",
37           "source_files": "WQSomeUIKit/Gloable/Header/*.{h,m}",
38           "public_header_files": "WQSomeUIKit/Gloable/Header/*.h"
39         }
40       ]
41     },
42     {
43       "name": "AnmationViews",
44       "subspecs": [
45         {
46           "name": "Animation",
47           "source_files": "WQSomeUIKit/AnmationViews/Animation/*.{h,m}"
48         }
49       ]
50     },
51     {
52       "name": "Category",
53       "subspecs": [
54         {
55           "name": "Category_Vendor",
56           "source_files": "WQSomeUIKit/Category/Category_Vendor/*.{h,m}"
57         },
58         {
59           "name": "Category_Foundation",
60           "dependencies": {
61             "WQSomeUIKit/Category/Category_Vendor": [
63             ]
64           },
65           "source_files": "WQSomeUIKit/Category/Category_Foundation/*.{h,m}",
66           "public_header_files": "WQSomeUIKit/Category/Category_Foundation/*.h"
67         },
68         {
69           "name": "Category_UIKit",
70           "dependencies": {
71             "WQSomeUIKit/Gloable/Header": [
73             ]
74           },
75           "source_files": "WQSomeUIKit/Category/Category_UIKit/*.{h,m}"
76         }
77       ]
78     },
79     {
80       "name": "Tool",
81       "subspecs": [
82         {
83           "name": "BasicFoundation",
84           "source_files": "WQSomeUIKit/Tool/BasicFoundation/*.{h,m}"
85         },
86         {
87           "name": "BasicHelp",
88           "source_files": "WQSomeUIKit/Tool/BasicHelp/*.{h,m}",
89           "public_header_files": "WQSomeUIKit/Tool/BasicHelp/*.h"
90         },
91         {
92           "name": "FunctionHelp",
93           "dependencies": {
94             "WQSomeUIKit/UIHelp/Help": [
96             ]
97           },
98           "source_files": "WQSomeUIKit/Tool/FunctionHelp/*.{h,m}"
99         },
100         {
101           "name": "VoiceTool",
102           "dependencies": {
103             "WQSomeUIKit/Tool/BasicHelp": [
105             ]
106           },
107           "source_files": "WQSomeUIKit/Tool/VoiceTool/*.{h,m}"
108         }
109       ]
110     },
111     {
112       "name": "UICustom",
113       "source_files": "WQSomeUIKit/UICustom/**/*.{h,m}",
114       "subspecs": [
115         {
116           "name": "ViewCustom",
117           "source_files": "WQSomeUIKit/UICustom/ViewCustom/*.{h,m}"
118         }
119       ]
120     },
121     {
122       "name": "UIHelp",
123       "subspecs": [
124         {
125           "name": "Help",
126           "source_files": "WQSomeUIKit/UIHelp/Help/*.{h,m}",
127           "public_header_files": "WQSomeUIKit/UIHelp/Help/*.h"
128         },
129         {
130           "name": "AlertUI",
131           "dependencies": {
132             "WQSomeUIKit/UIHelp/Help": [
134             ]
135           },
136           "source_files": "WQSomeUIKit/UIHelp/AlertUI/*.{h,m}"
137         },
138         {
139           "name": "BannerLoop",
140           "dependencies": {
141             "WQSomeUIKit/UIHelp/Help": [
143             ]
144           },
145           "source_files": "WQSomeUIKit/UIHelp/BannerLoop/*.{h,m}"
146         },
147         {
148           "name": "ClendarUI",
149           "dependencies": {
150             "WQSomeUIKit/UIHelp/Help": [
152             ]
153           },
154           "source_files": "WQSomeUIKit/UIHelp/ClendarUI/*.{h,m}"
155         },
156         {
157           "name": "ExamineUI",
158           "dependencies": {
159             "WQSomeUIKit/UIHelp/Help": [
161             ]
162           },
163           "source_files": "WQSomeUIKit/UIHelp/ExamineUI/*.{h,m}"
164         },
165         {
166           "name": "FlowTagUI",
167           "dependencies": {
168             "WQSomeUIKit/UIHelp/Help": [
170             ]
171           },
172           "source_files": "WQSomeUIKit/UIHelp/FlowTagUI/*.{h,m}"
173         },
174         {
175           "name": "PhotoUI",
176           "dependencies": {
177             "WQSomeUIKit/UIHelp/Help": [
179             ]
180           },
181           "source_files": "WQSomeUIKit/UIHelp/PhotoUI/*.{h,m}"
182         },
183         {
184           "name": "PopSelectionsUI",
185           "dependencies": {
186             "WQSomeUIKit/UIHelp/Help": [
188             ]
189           },
190           "source_files": "WQSomeUIKit/UIHelp/PopSelectionsUI/*.{h,m}"
191         },
192         {
193           "name": "ShareUI",
194           "dependencies": {
195             "WQSomeUIKit/UIHelp/Help": [
197             ]
198           },
199           "source_files": "WQSomeUIKit/UIHelp/ShareUI/*.{h,m}"
200         },
201         {
202           "name": "SlideMenu",
203           "source_files": "WQSomeUIKit/UIHelp/SlideMenu/*.{h,m}"
204         },
205         {
206           "name": "StarUI",
207           "source_files": "WQSomeUIKit/UIHelp/StarUI/*.{h,m}"
208         },
209         {
210           "name": "VerticalLoopText",
211           "source_files": "WQSomeUIKit/UIHelp/VerticalLoopText/*.{h,m}"
212         }
213       ]
214     }
215   ]