[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 6 / a / CSLUILibrary / 0.2.7 / CSLUILibrary.podspec.json
blobd013a9196f1fd08624b58ea328acee7802b7112e
2   "name": "CSLUILibrary",
3   "version": "0.2.7",
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.7"
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     },
40     {
41       "name": "SLImageView",
42       "source_files": "CSLUILibrary/SLImageView/*.{h,m}",
43       "frameworks": "Accelerate"
44     },
45     {
46       "name": "SLImage",
47       "source_files": "CSLUILibrary/SLImage/*.{h,m}"
48     },
49     {
50       "name": "SLImageDownloader",
51       "source_files": "CSLUILibrary/SLImageDownloader/*.{h,m}",
52       "dependencies": {
53         "SDWebImage": [
55         ],
56         "CSLUILibrary/SLImageView": [
58         ]
59       }
60     },
61     {
62       "name": "SLLabel",
63       "source_files": "CSLUILibrary/SLLabel/*.{h,m}",
64       "frameworks": [
65         "CoreText",
66         "CoreFoundation"
67       ],
68       "dependencies": {
69         "CSLUILibrary/SLImageView": [
71         ]
72       }
73     },
74     {
75       "name": "SLView",
76       "source_files": "CSLUILibrary/SLView/*.{h,m}"
77     },
78     {
79       "name": "SLButton",
80       "source_files": "CSLUILibrary/SLButton/*.{h,m}"
81     },
82     {
83       "name": "SLNavigationController",
84       "source_files": "CSLUILibrary/SLNavigationController/*.{h,m}"
85     },
86     {
87       "name": "SLTabbarView",
88       "source_files": "CSLUILibrary/SLTabbarView/*.{h,m}",
89       "dependencies": {
90         "CSLUILibrary/SLButton": [
92         ],
93         "CSLUILibrary/SLView": [
95         ]
96       }
97     },
98     {
99       "name": "SLTabbarController",
100       "source_files": "CSLUILibrary/SLTabbarController/*.{h,m}",
101       "dependencies": {
102         "CSLUILibrary/SLNavigationController": [
104         ],
105         "CSLUILibrary/SLTabbarView": [
107         ]
108       }
109     },
110     {
111       "name": "SLAlertView",
112       "source_files": "CSLUILibrary/SLAlertView/*.{h,m}",
113       "dependencies": {
114         "CSLUILibrary/SLView": [
116         ],
117         "CSLUILibrary/SLImageView": [
119         ],
120         "CSLUILibrary/SLLabel": [
122         ],
123         "CSLUILibrary/SLTabbarView": [
125         ]
126       }
127     },
128     {
129       "name": "SLNoticeBar",
130       "source_files": "CSLUILibrary/SLNoticeBar/*.{h,m}",
131       "dependencies": {
132         "CSLUILibrary/SLView": [
134         ],
135         "CSLUILibrary/SLImageView": [
137         ]
138       }
139     },
140     {
141       "name": "SLPopoverView",
142       "source_files": "CSLUILibrary/SLPopoverView/*.{h,m}",
143       "dependencies": {
144         "CSLUILibrary/SLView": [
146         ],
147         "CSLUILibrary/SLTabbarView": [
149         ]
150       }
151     },
152     {
153       "name": "SLScrollView",
154       "source_files": "CSLUILibrary/SLScrollView/*.{h,m}",
155       "dependencies": {
156         "CSLUILibrary/SLView": [
158         ],
159         "CSLUILibrary/SLImageView": [
161         ]
162       }
163     },
164     {
165       "name": "SLViewController",
166       "source_files": "CSLUILibrary/SLViewController/*.{h,m}",
167       "resources": "CSLUILibrary/Resources/*.png",
168       "dependencies": {
169         "CSLUILibrary/SLMVP": [
171         ]
172       }
173     },
174     {
175       "name": "SLSearchController",
176       "source_files": "CSLUILibrary/SLSearchController/*.{h,m}",
177       "dependencies": {
178         "CSLUILibrary/SLView": [
180         ],
181         "CSLUILibrary/SLImageView": [
183         ],
184         "CSLUILibrary/SLViewController": [
186         ],
187         "CSLUILibrary/SLButton": [
189         ]
190       }
191     },
192     {
193       "name": "SLProgressView",
194       "source_files": "CSLUILibrary/SLProgressView/*.{h,m}",
195       "dependencies": {
196         "CSLUILibrary/SLView": [
198         ]
199       }
200     },
201     {
202       "name": "SLSliderView",
203       "source_files": "CSLUILibrary/SLSliderView/*.{h,m}",
204       "dependencies": {
205         "CSLUILibrary/SLProgressView": [
207         ]
208       }
209     },
210     {
211       "name": "SLToast",
212       "source_files": "CSLUILibrary/SLToast/*.{h,m}",
213       "dependencies": {
214         "CSLUILibrary/SLView": [
216         ],
217         "CSLUILibrary/SLImageView": [
219         ],
220         "CSLUILibrary/SLLabel": [
222         ]
223       }
224     },
225     {
226       "name": "SLTableView",
227       "source_files": "CSLUILibrary/SLTableView/*.{h,m}",
228       "dependencies": {
229         "CSLUILibrary/SLModel": [
231         ]
232       }
233     },
234     {
235       "name": "SLCollectionViewBase",
236       "source_files": "CSLUILibrary/SLCollectionView/Base/*.{h,m}",
237       "dependencies": {
238         "CSLUILibrary/SLModel": [
240         ]
241       }
242     },
243     {
244       "name": "SLCardCollectionView",
245       "source_files": "CSLUILibrary/SLCollectionView/CardCollect/*.{h,m}",
246       "dependencies": {
247         "CSLUILibrary/SLCollectionViewBase": [
249         ],
250         "CSLUILibrary/SLView": [
252         ]
253       }
254     },
255     {
256       "name": "SLHorizontalCollectionView",
257       "source_files": "CSLUILibrary/SLCollectionView/HorizonCollect/*.{h,m}",
258       "dependencies": {
259         "CSLUILibrary/SLCollectionViewBase": [
261         ],
262         "CSLUILibrary/SLView": [
264         ]
265       }
266     },
267     {
268       "name": "SLNoRuleCollectionView",
269       "source_files": "CSLUILibrary/SLCollectionView/NoRuleCollect/*.{h,m}",
270       "dependencies": {
271         "CSLUILibrary/SLCollectionViewBase": [
273         ],
274         "CSLUILibrary/SLView": [
276         ]
277       }
278     },
279     {
280       "name": "SLPupCollectionView",
281       "source_files": "CSLUILibrary/SLCollectionView/PupCollect/*.{h,m}",
282       "dependencies": {
283         "CSLUILibrary/SLCollectionViewBase": [
285         ],
286         "CSLUILibrary/SLView": [
288         ]
289       }
290     },
291     {
292       "name": "SLRecycleCollectionView",
293       "source_files": "CSLUILibrary/SLCollectionView/RecycleCollect/*.{h,m}",
294       "dependencies": {
295         "CSLUILibrary/SLCollectionViewBase": [
297         ],
298         "CSLUILibrary/SLScrollView": [
300         ],
301         "CSLUILibrary/SLView": [
303         ]
304       }
305     },
306     {
307       "name": "SLStaticCollectionView",
308       "source_files": "CSLUILibrary/SLCollectionView/StaticCollect/*.{h,m}",
309       "dependencies": {
310         "CSLUILibrary/SLCollectionViewBase": [
312         ],
313         "CSLUILibrary/SLView": [
315         ]
316       }
317     },
318     {
319       "name": "SLPageableCollectionView",
320       "source_files": "CSLUILibrary/SLCollectionView/PageableCollect/*.{h,m}",
321       "dependencies": {
322         "CSLUILibrary/SLCollectionViewBase": [
324         ],
325         "CSLUILibrary/SLStaticCollectionView": [
327         ],
328         "CSLUILibrary/SLRecycleCollectionView": [
330         ],
331         "CSLUILibrary/SLView": [
333         ]
334       }
335     },
336     {
337       "name": "SLDropDownView",
338       "source_files": "CSLUILibrary/SLDropDownView/*.{h,m}",
339       "dependencies": {
340         "CSLUILibrary/SLCollectionViewBase": [
342         ],
343         "CSLUILibrary/SLTableView": [
345         ],
346         "CSLUILibrary/SLView": [
348         ]
349       }
350     },
351     {
352       "name": "SLSliderMenu",
353       "source_files": "CSLUILibrary/SLSliderMenu/*.{h,m}",
354       "dependencies": {
355         "CSLUILibrary/SLViewController": [
357         ]
358       }
359     }
360   ]