[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 9 / iUI / 1.0.1 / iUI.podspec.json
blobae4916d614347d74993858b05793e73a47d86543
2   "name": "iUI",
3   "version": "1.0.1",
4   "summary": "UI class collection for ios.",
5   "description": "The project contains many useful ui classes for ios.",
6   "homepage": "https://gitee.com/wendachuan/iUI",
7   "license": "GPLv2",
8   "authors": {
9     "wendachuan": "wendachuan@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://gitee.com/wendachuan/iUI.git",
16     "tag": "1.0.1"
17   },
18   "requires_arc": true,
19   "source_files": "iUI/*.{h,m,swift}",
20   "module_name": "iUI",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Banner",
25       "source_files": "iUI/Banner/*.{h,m,swift}",
26       "dependencies": {
27         "iUI/Core": [
29         ],
30         "PureLayout": [
32         ],
33         "iUtil/Core": [
35         ],
36         "SDWebImage": [
38         ]
39       }
40     },
41     {
42       "name": "Button",
43       "source_files": "iUI/Button/*.{h,m,swift}",
44       "dependencies": {
45         "iUI/Core": [
47         ]
48       }
49     },
50     {
51       "name": "CollectionView",
52       "source_files": "iUI/CollectionView/*.{h,m,swift}",
53       "resources": "iUI/CollectionView/*.{xib,xcassets}",
54       "dependencies": {
55         "iUI/Core": [
57         ],
58         "iUI/Controller": [
60         ],
61         "iUI/Preview": [
63         ],
64         "PureLayout": [
66         ],
67         "CTAssetsPickerController": [
69         ],
70         "MJRefresh": [
72         ],
73         "iUtil/Core": [
75         ]
76       }
77     },
78     {
79       "name": "Controller",
80       "source_files": "iUI/Controller/*.{h,m,swift}",
81       "dependencies": {
82         "iUI/Core": [
84         ],
85         "iUI/Preview": [
87         ],
88         "iUI/View": [
90         ],
91         "MJRefresh": [
93         ],
94         "PureLayout": [
96         ],
97         "ODRefreshControl": [
99         ],
100         "LXReorderableCollectionViewFlowLayout": [
102         ],
103         "SDWebImage": [
105         ],
106         "iUtil/Core": [
108         ]
109       }
110     },
111     {
112       "name": "Core",
113       "source_files": "iUI/Core/*.{h,m,swift}"
114     },
115     {
116       "name": "Image",
117       "source_files": "iUI/Image/*.{h,m,swift}",
118       "resources": "iUI/Image/*.{xib,xcassets}",
119       "dependencies": {
120         "iUI/Core": [
122         ],
123         "PureLayout": [
125         ],
126         "CTAssetsPickerController": [
128         ]
129       }
130     },
131     {
132       "name": "Label",
133       "source_files": "iUI/Label/*.{h,m,swift}",
134       "dependencies": {
135         "iUI/Core": [
137         ],
138         "SDWebImage": [
140         ]
141       }
142     },
143     {
144       "name": "Menu",
145       "source_files": "iUI/Menu/*.{h,m,swift}",
146       "dependencies": {
147         "iUI/Core": [
149         ],
150         "iUI/Label": [
152         ],
153         "PureLayout": [
155         ]
156       }
157     },
158     {
159       "name": "Message",
160       "source_files": "iUI/Message/*.{h,m,swift}",
161       "dependencies": {
162         "iUI/Core": [
164         ],
165         "PureLayout": [
167         ]
168       }
169     },
170     {
171       "name": "Preview",
172       "source_files": "iUI/Preview/*.{h,m,swift}",
173       "dependencies": {
174         "iUI/Core": [
176         ],
177         "iUI/Image": [
179         ],
180         "iUtil/Core": [
182         ],
183         "PureLayout": [
185         ],
186         "SDWebImage": [
188         ]
189       }
190     },
191     {
192       "name": "Progress",
193       "source_files": "iUI/Progress/*.{h,m,swift}",
194       "dependencies": {
195         "iUI/Core": [
197         ],
198         "iUI/Button": [
200         ],
201         "PureLayout": [
203         ]
204       }
205     },
206     {
207       "name": "ScrollView",
208       "source_files": "iUI/ScrollView/*.{h,m,swift}",
209       "dependencies": {
210         "iUI/Core": [
212         ],
213         "PureLayout": [
215         ],
216         "SVPullToRefresh": [
218         ],
219         "MJRefresh": [
221         ]
222       }
223     },
224     {
225       "name": "Slider",
226       "source_files": "iUI/Slider/*.{h,m,swift}",
227       "dependencies": {
228         "iUI/Core": [
230         ]
231       }
232     },
233     {
234       "name": "ThirdPart",
235       "source_files": [
236         "module/*.{h,modulemap}",
237         "iUI/ThirdPart/*.{h,swift}",
238         "iUI/ThirdPart/Classes/*.{h,swift}",
239         "iUI/ThirdPart/Libraries/**/*.h"
240       ],
241       "resources": [
242         "iUI/ThirdPart/Resources/*.{xib,png}",
243         "iUI/ThirdPart/Libraries/**/*.{bundle}"
244       ],
245       "pod_target_xcconfig": {
246         "MODULEMAP_FILE": "$(PODS_ROOT)/iUI/module/module.modulemap",
247         "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/iUI/module",
248         "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/iUI/module"
249       },
250       "dependencies": {
251         "iUI/Core": [
253         ],
254         "iUI/CollectionView": [
256         ],
257         "iUtil/HttpHelper": [
259         ],
260         "iUtil/JsonHelper": [
262         ],
263         "PureLayout": [
265         ]
266       },
267       "libraries": [
268         "z",
269         "c++",
270         "sqlite3",
271         "resolv"
272       ],
273       "frameworks": [
274         "ImageIO",
275         "SystemConfiguration",
276         "MobileCoreServices",
277         "CoreLocation",
278         "QuartzCore",
279         "OpenGLES",
280         "SystemConfiguration",
281         "CoreGraphics",
282         "Security",
283         "CoreTelephony",
284         "Foundation",
285         "QuartzCore",
286         "Security",
287         "CFNetwork",
288         "UIKit"
289       ],
290       "vendored_frameworks": "iUI/ThirdPart/Libraries/**/*.framework",
291       "vendored_libraries": "iUI/ThirdPart/Libraries/**/lib*.a"
292     },
293     {
294       "name": "Text",
295       "source_files": "iUI/Text/*.{h,m,swift}",
296       "resources": "iUI/Text/*.{xib,xcassets}",
297       "dependencies": {
298         "iUI/Core": [
300         ],
301         "iUtil/Core": [
303         ],
304         "PureLayout": [
306         ]
307       }
308     },
309     {
310       "name": "View",
311       "source_files": "iUI/View/*.{h,m,swift}",
312       "dependencies": {
313         "iUI/Core": [
315         ],
316         "iUI/Label": [
318         ],
319         "iUtil/Core": [
321         ],
322         "PureLayout": [
324         ],
325         "SDWebImage": [
327         ]
328       }
329     }
330   ]