[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 6 / a / CSLUILibrary / 0.2.2 / CSLUILibrary.podspec.json
blobc4b86b7207aaea36f62483a4d9c631dbcea03dfa
2   "name": "CSLUILibrary",
3   "version": "0.2.2",
4   "summary": "UI configurable interface Library",
5   "homepage": "https://github.com/chengshiliang/CSLUILibrary",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "chengshiliang": "285928582@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/chengshiliang/CSLUILibrary.git",
15     "tag": "0.2.2"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "CSLUILibrary/**/**/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "CSLCommonLibrary": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "SLMVP",
34       "source_files": "CSLUILibrary/SLMVP/*.{h,m}"
35     },
36     {
37       "name": "SLModel",
38       "source_files": "CSLUILibrary/SLModel/*.{h,m}",
39       "dependencies": {
40         "SqliteLibrary": [
42         ]
43       }
44     },
45     {
46       "name": "SLImageView",
47       "source_files": "CSLUILibrary/SLImageView/*.{h,m}",
48       "frameworks": "Accelerate"
49     },
50     {
51       "name": "SLImage",
52       "source_files": "CSLUILibrary/SLImage/*.{h,m}"
53     },
54     {
55       "name": "SLImageDownloader",
56       "source_files": "CSLUILibrary/SLImageDownloader/*.{h,m}",
57       "dependencies": {
58         "SDWebImage": [
60         ],
61         "CSLUILibrary/SLImageView": [
63         ]
64       }
65     },
66     {
67       "name": "SLLabel",
68       "source_files": "CSLUILibrary/SLLabel/*.{h,m}",
69       "frameworks": [
70         "CoreText",
71         "CoreFoundation"
72       ],
73       "dependencies": {
74         "CSLUILibrary/SLImageView": [
76         ]
77       }
78     },
79     {
80       "name": "SLView",
81       "source_files": "CSLUILibrary/SLView/*.{h,m}"
82     },
83     {
84       "name": "SLButton",
85       "source_files": "CSLUILibrary/SLButton/*.{h,m}"
86     },
87     {
88       "name": "SLNavigationController",
89       "source_files": "CSLUILibrary/SLNavigationController/*.{h,m}"
90     },
91     {
92       "name": "SLTabbarView",
93       "source_files": "CSLUILibrary/SLTabbarView/*.{h,m}",
94       "dependencies": {
95         "CSLUILibrary/SLButton": [
97         ],
98         "CSLUILibrary/SLView": [
100         ]
101       }
102     },
103     {
104       "name": "SLTabbarController",
105       "source_files": "CSLUILibrary/SLTabbarController/*.{h,m}",
106       "dependencies": {
107         "CSLUILibrary/SLNavigationController": [
109         ],
110         "CSLUILibrary/SLTabbarView": [
112         ]
113       }
114     },
115     {
116       "name": "SLAlertView",
117       "source_files": "CSLUILibrary/SLAlertView/*.{h,m}",
118       "dependencies": {
119         "CSLUILibrary/SLView": [
121         ],
122         "CSLUILibrary/SLImageView": [
124         ],
125         "CSLUILibrary/SLLabel": [
127         ],
128         "CSLUILibrary/SLTabbarView": [
130         ]
131       }
132     },
133     {
134       "name": "SLNoticeBar",
135       "source_files": "CSLUILibrary/SLNoticeBar/*.{h,m}",
136       "dependencies": {
137         "CSLUILibrary/SLView": [
139         ],
140         "CSLUILibrary/SLImageView": [
142         ]
143       }
144     },
145     {
146       "name": "SLPopoverView",
147       "source_files": "CSLUILibrary/SLPopoverView/*.{h,m}",
148       "dependencies": {
149         "CSLUILibrary/SLView": [
151         ],
152         "CSLUILibrary/SLTabbarView": [
154         ]
155       }
156     },
157     {
158       "name": "SLScrollView",
159       "source_files": "CSLUILibrary/SLScrollView/*.{h,m}",
160       "dependencies": {
161         "CSLUILibrary/SLView": [
163         ],
164         "CSLUILibrary/SLImageView": [
166         ]
167       }
168     },
169     {
170       "name": "SLViewController",
171       "source_files": "CSLUILibrary/SLViewController/*.{h,m}",
172       "resources": "CSLUILibrary/Resources/*.png",
173       "dependencies": {
174         "CSLUILibrary/SLMVP": [
176         ]
177       }
178     },
179     {
180       "name": "SLSearchController",
181       "source_files": "CSLUILibrary/SLSearchController/*.{h,m}",
182       "dependencies": {
183         "CSLUILibrary/SLView": [
185         ],
186         "CSLUILibrary/SLImageView": [
188         ],
189         "CSLUILibrary/SLViewController": [
191         ],
192         "CSLUILibrary/SLButton": [
194         ]
195       }
196     },
197     {
198       "name": "SLProgressView",
199       "source_files": "CSLUILibrary/SLProgressView/*.{h,m}",
200       "dependencies": {
201         "CSLUILibrary/SLView": [
203         ]
204       }
205     },
206     {
207       "name": "SLSliderView",
208       "source_files": "CSLUILibrary/SLSliderView/*.{h,m}",
209       "dependencies": {
210         "CSLUILibrary/SLProgressView": [
212         ]
213       }
214     },
215     {
216       "name": "SLToast",
217       "source_files": "CSLUILibrary/SLToast/*.{h,m}",
218       "dependencies": {
219         "CSLUILibrary/SLView": [
221         ],
222         "CSLUILibrary/SLImageView": [
224         ],
225         "CSLUILibrary/SLLabel": [
227         ]
228       }
229     },
230     {
231       "name": "SLTableView",
232       "source_files": "CSLUILibrary/SLTableView/*.{h,m}",
233       "dependencies": {
234         "CSLUILibrary/SLModel": [
236         ]
237       }
238     },
239     {
240       "name": "SLCollectionViewBase",
241       "source_files": "CSLUILibrary/SLCollectionView/Base/*.{h,m}",
242       "dependencies": {
243         "CSLUILibrary/SLModel": [
245         ]
246       }
247     },
248     {
249       "name": "SLCardCollectionView",
250       "source_files": "CSLUILibrary/SLCollectionView/CardCollect/*.{h,m}",
251       "dependencies": {
252         "CSLUILibrary/SLCollectionViewBase": [
254         ],
255         "CSLUILibrary/SLView": [
257         ]
258       }
259     },
260     {
261       "name": "SLHorizontalCollectionView",
262       "source_files": "CSLUILibrary/SLCollectionView/HorizonCollect/*.{h,m}",
263       "dependencies": {
264         "CSLUILibrary/SLCollectionViewBase": [
266         ],
267         "CSLUILibrary/SLView": [
269         ]
270       }
271     },
272     {
273       "name": "SLNoRuleCollectionView",
274       "source_files": "CSLUILibrary/SLCollectionView/NoRuleCollect/*.{h,m}",
275       "dependencies": {
276         "CSLUILibrary/SLCollectionViewBase": [
278         ],
279         "CSLUILibrary/SLView": [
281         ]
282       }
283     },
284     {
285       "name": "SLPupCollectionView",
286       "source_files": "CSLUILibrary/SLCollectionView/PupCollect/*.{h,m}",
287       "dependencies": {
288         "CSLUILibrary/SLCollectionViewBase": [
290         ],
291         "CSLUILibrary/SLView": [
293         ]
294       }
295     },
296     {
297       "name": "SLRecycleCollectionView",
298       "source_files": "CSLUILibrary/SLCollectionView/RecycleCollect/*.{h,m}",
299       "dependencies": {
300         "CSLUILibrary/SLCollectionViewBase": [
302         ],
303         "CSLUILibrary/SLScrollView": [
305         ],
306         "CSLUILibrary/SLView": [
308         ]
309       }
310     },
311     {
312       "name": "SLStaticCollectionView",
313       "source_files": "CSLUILibrary/SLCollectionView/StaticCollect/*.{h,m}",
314       "dependencies": {
315         "CSLUILibrary/SLCollectionViewBase": [
317         ],
318         "CSLUILibrary/SLView": [
320         ]
321       }
322     },
323     {
324       "name": "SLPageableCollectionView",
325       "source_files": "CSLUILibrary/SLCollectionView/PageableCollect/*.{h,m}",
326       "dependencies": {
327         "CSLUILibrary/SLCollectionViewBase": [
329         ],
330         "CSLUILibrary/SLStaticCollectionView": [
332         ],
333         "CSLUILibrary/SLRecycleCollectionView": [
335         ],
336         "CSLUILibrary/SLView": [
338         ]
339       }
340     },
341     {
342       "name": "SLDropDownView",
343       "source_files": "CSLUILibrary/SLDropDownView/*.{h,m}",
344       "dependencies": {
345         "CSLUILibrary/SLCollectionViewBase": [
347         ],
348         "CSLUILibrary/SLTableView": [
350         ],
351         "CSLUILibrary/SLView": [
353         ]
354       }
355     }
356   ]