[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 3 / 7 / WQSomeUIKit / 1.1.7 / WQSomeUIKit.podspec.json
blob854d071f45446b6322afd2d240d52206cf1dba2a
2   "name": "WQSomeUIKit",
3   "version": "1.1.7",
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.7"
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": "WavAmrHelp",
81       "requires_arc": false,
82       "source_files": "WQSomeUIKit/Tool/VoiceTool/amrwapper/*.{h,m}",
83       "vendored_libraries": [
84         "WQSomeUIKit/Tool/VoiceTool/amrwapper/libopencore-amrnb.a",
85         "WQSomeUIKit/Tool/VoiceTool/amrwapper/libopencore-amrwb.a"
86       ]
87     },
88     {
89       "name": "Tool",
90       "subspecs": [
91         {
92           "name": "BasicFoundation",
93           "source_files": "WQSomeUIKit/Tool/BasicFoundation/*.{h,m}"
94         },
95         {
96           "name": "BasicHelp",
97           "source_files": "WQSomeUIKit/Tool/BasicHelp/*.{h,m}",
98           "public_header_files": "WQSomeUIKit/Tool/BasicHelp/*.h"
99         },
100         {
101           "name": "FunctionHelp",
102           "dependencies": {
103             "WQSomeUIKit/UIHelp/Help": [
105             ]
106           },
107           "source_files": "WQSomeUIKit/Tool/FunctionHelp/*.{h,m}"
108         },
109         {
110           "name": "NetWorkTool",
111           "dependencies": {
112             "WQSomeUIKit/Tool/BasicHelp": [
114             ],
115             "WQSomeUIKit/Category/Category_UIKit": [
117             ]
118           },
119           "source_files": "WQSomeUIKit/Tool/NetWorkTool/*.{h,m}"
120         },
121         {
122           "name": "VoiceTool",
123           "dependencies": {
124             "WQSomeUIKit/Tool/NetWorkTool": [
126             ],
127             "WQSomeUIKit/WavAmrHelp": [
129             ]
130           },
131           "source_files": "WQSomeUIKit/Tool/VoiceTool/*.{h,m}"
132         }
133       ]
134     },
135     {
136       "name": "UICustom",
137       "subspecs": [
138         {
139           "name": "ViewCustom",
140           "source_files": "WQSomeUIKit/UICustom/ViewCustom/*.{h,m}"
141         }
142       ]
143     },
144     {
145       "name": "UIHelp",
146       "subspecs": [
147         {
148           "name": "Help",
149           "source_files": "WQSomeUIKit/UIHelp/Help/*.{h,m}",
150           "public_header_files": "WQSomeUIKit/UIHelp/Help/*.h"
151         },
152         {
153           "name": "AlertUI",
154           "dependencies": {
155             "WQSomeUIKit/UIHelp/Help": [
157             ]
158           },
159           "source_files": "WQSomeUIKit/UIHelp/AlertUI/*.{h,m}"
160         },
161         {
162           "name": "BannerLoop",
163           "dependencies": {
164             "WQSomeUIKit/UIHelp/Help": [
166             ]
167           },
168           "source_files": "WQSomeUIKit/UIHelp/BannerLoop/*.{h,m}"
169         },
170         {
171           "name": "ClendarUI",
172           "dependencies": {
173             "WQSomeUIKit/UIHelp/Help": [
175             ]
176           },
177           "source_files": "WQSomeUIKit/UIHelp/ClendarUI/*.{h,m}"
178         },
179         {
180           "name": "ExamineUI",
181           "dependencies": {
182             "WQSomeUIKit/UIHelp/Help": [
184             ]
185           },
186           "source_files": "WQSomeUIKit/UIHelp/ExamineUI/*.{h,m}"
187         },
188         {
189           "name": "FlowTagUI",
190           "dependencies": {
191             "WQSomeUIKit/UIHelp/Help": [
193             ]
194           },
195           "source_files": "WQSomeUIKit/UIHelp/FlowTagUI/*.{h,m}"
196         },
197         {
198           "name": "PhotoUI",
199           "dependencies": {
200             "WQSomeUIKit/UIHelp/Help": [
202             ]
203           },
204           "source_files": "WQSomeUIKit/UIHelp/PhotoUI/*.{h,m}"
205         },
206         {
207           "name": "PopSelectionsUI",
208           "dependencies": {
209             "WQSomeUIKit/UIHelp/Help": [
211             ]
212           },
213           "source_files": "WQSomeUIKit/UIHelp/PopSelectionsUI/*.{h,m}"
214         },
215         {
216           "name": "ShareUI",
217           "dependencies": {
218             "WQSomeUIKit/UIHelp/Help": [
220             ]
221           },
222           "source_files": "WQSomeUIKit/UIHelp/ShareUI/*.{h,m}"
223         },
224         {
225           "name": "SlideMenu",
226           "source_files": "WQSomeUIKit/UIHelp/SlideMenu/*.{h,m}"
227         },
228         {
229           "name": "StarUI",
230           "source_files": "WQSomeUIKit/UIHelp/StarUI/*.{h,m}"
231         },
232         {
233           "name": "VerticalLoopText",
234           "source_files": "WQSomeUIKit/UIHelp/VerticalLoopText/*.{h,m}"
235         }
236       ]
237     }
238   ]