[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 6 / a / CSLUILibrary / 0.2.0 / CSLUILibrary.podspec.json
blobeac32e61a30102d0636a358b1f53bf462ef66f49
2   "name": "CSLUILibrary",
3   "version": "0.2.0",
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.0"
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": "SLModel",
34       "source_files": "CSLUILibrary/SLModel/*.{h,m}"
35     },
36     {
37       "name": "SLImageView",
38       "source_files": "CSLUILibrary/SLImageView/*.{h,m}",
39       "frameworks": "Accelerate"
40     },
41     {
42       "name": "SLImage",
43       "source_files": "CSLUILibrary/SLImage/*.{h,m}"
44     },
45     {
46       "name": "SLImageDownloader",
47       "source_files": "CSLUILibrary/SLImageDownloader/*.{h,m}",
48       "dependencies": {
49         "SDWebImage": [
51         ],
52         "CSLUILibrary/SLImageView": [
54         ]
55       }
56     },
57     {
58       "name": "SLLabel",
59       "source_files": "CSLUILibrary/SLLabel/*.{h,m}",
60       "frameworks": [
61         "CoreText",
62         "CoreFoundation"
63       ],
64       "dependencies": {
65         "CSLUILibrary/SLImageView": [
67         ]
68       }
69     },
70     {
71       "name": "SLView",
72       "source_files": "CSLUILibrary/SLView/*.{h,m}"
73     },
74     {
75       "name": "SLButton",
76       "source_files": "CSLUILibrary/SLButton/*.{h,m}"
77     },
78     {
79       "name": "SLNavigationController",
80       "source_files": "CSLUILibrary/SLNavigationController/*.{h,m}"
81     },
82     {
83       "name": "SLTabbarView",
84       "source_files": "CSLUILibrary/SLTabbarView/*.{h,m}",
85       "dependencies": {
86         "CSLUILibrary/SLButton": [
88         ],
89         "CSLUILibrary/SLView": [
91         ]
92       }
93     },
94     {
95       "name": "SLTabbarController",
96       "source_files": "CSLUILibrary/SLTabbarController/*.{h,m}",
97       "dependencies": {
98         "CSLUILibrary/SLNavigationController": [
100         ],
101         "CSLUILibrary/SLTabbarView": [
103         ]
104       }
105     },
106     {
107       "name": "SLAlertView",
108       "source_files": "CSLUILibrary/SLAlertView/*.{h,m}",
109       "dependencies": {
110         "CSLUILibrary/SLView": [
112         ],
113         "CSLUILibrary/SLImageView": [
115         ],
116         "CSLUILibrary/SLLabel": [
118         ],
119         "CSLUILibrary/SLTabbarView": [
121         ]
122       }
123     },
124     {
125       "name": "SLNoticeBar",
126       "source_files": "CSLUILibrary/SLNoticeBar/*.{h,m}",
127       "dependencies": {
128         "CSLUILibrary/SLView": [
130         ],
131         "CSLUILibrary/SLImageView": [
133         ]
134       }
135     },
136     {
137       "name": "SLPopoverView",
138       "source_files": "CSLUILibrary/SLPopoverView/*.{h,m}",
139       "dependencies": {
140         "CSLUILibrary/SLView": [
142         ],
143         "CSLUILibrary/SLTabbarView": [
145         ]
146       }
147     },
148     {
149       "name": "SLScrollView",
150       "source_files": "CSLUILibrary/SLScrollView/*.{h,m}",
151       "dependencies": {
152         "CSLUILibrary/SLView": [
154         ],
155         "CSLUILibrary/SLImageView": [
157         ]
158       }
159     },
160     {
161       "name": "SLViewController",
162       "source_files": "CSLUILibrary/SLViewController/*.{h,m}",
163       "resources": "CSLUILibrary/Resources/*.png"
164     },
165     {
166       "name": "SLSearchController",
167       "source_files": "CSLUILibrary/SLSearchController/*.{h,m}",
168       "dependencies": {
169         "CSLUILibrary/SLView": [
171         ],
172         "CSLUILibrary/SLImageView": [
174         ],
175         "CSLUILibrary/SLViewController": [
177         ],
178         "CSLUILibrary/SLButton": [
180         ]
181       }
182     },
183     {
184       "name": "SLProgressView",
185       "source_files": "CSLUILibrary/SLProgressView/*.{h,m}",
186       "dependencies": {
187         "CSLUILibrary/SLView": [
189         ]
190       }
191     },
192     {
193       "name": "SLSliderView",
194       "source_files": "CSLUILibrary/SLSliderView/*.{h,m}",
195       "dependencies": {
196         "CSLUILibrary/SLProgressView": [
198         ]
199       }
200     },
201     {
202       "name": "SLToast",
203       "source_files": "CSLUILibrary/SLToast/*.{h,m}",
204       "dependencies": {
205         "CSLUILibrary/SLView": [
207         ],
208         "CSLUILibrary/SLImageView": [
210         ],
211         "CSLUILibrary/SLLabel": [
213         ]
214       }
215     },
216     {
217       "name": "SLTableView",
218       "source_files": "CSLUILibrary/SLTableView/*.{h,m}",
219       "dependencies": {
220         "CSLUILibrary/SLModel": [
222         ]
223       }
224     },
225     {
226       "name": "SLCollectionViewBase",
227       "source_files": "CSLUILibrary/SLCollectionView/Base/*.{h,m}",
228       "dependencies": {
229         "CSLUILibrary/SLModel": [
231         ]
232       }
233     },
234     {
235       "name": "SLCardCollectionView",
236       "source_files": "CSLUILibrary/SLCollectionView/CardCollect/*.{h,m}",
237       "dependencies": {
238         "CSLUILibrary/SLCollectionViewBase": [
240         ],
241         "CSLUILibrary/SLView": [
243         ]
244       }
245     },
246     {
247       "name": "SLHorizontalCollectionView",
248       "source_files": "CSLUILibrary/SLCollectionView/HorizonCollect/*.{h,m}",
249       "dependencies": {
250         "CSLUILibrary/SLCollectionViewBase": [
252         ],
253         "CSLUILibrary/SLView": [
255         ]
256       }
257     },
258     {
259       "name": "SLNoRuleCollectionView",
260       "source_files": "CSLUILibrary/SLCollectionView/NoRuleCollect/*.{h,m}",
261       "dependencies": {
262         "CSLUILibrary/SLCollectionViewBase": [
264         ],
265         "CSLUILibrary/SLView": [
267         ]
268       }
269     },
270     {
271       "name": "SLPupCollectionView",
272       "source_files": "CSLUILibrary/SLCollectionView/PupCollect/*.{h,m}",
273       "dependencies": {
274         "CSLUILibrary/SLCollectionViewBase": [
276         ],
277         "CSLUILibrary/SLView": [
279         ]
280       }
281     },
282     {
283       "name": "SLRecycleCollectionView",
284       "source_files": "CSLUILibrary/SLCollectionView/RecycleCollect/*.{h,m}",
285       "dependencies": {
286         "CSLUILibrary/SLCollectionViewBase": [
288         ],
289         "CSLUILibrary/SLScrollView": [
291         ],
292         "CSLUILibrary/SLView": [
294         ]
295       }
296     },
297     {
298       "name": "SLStaticCollectionView",
299       "source_files": "CSLUILibrary/SLCollectionView/StaticCollect/*.{h,m}",
300       "dependencies": {
301         "CSLUILibrary/SLCollectionViewBase": [
303         ],
304         "CSLUILibrary/SLView": [
306         ]
307       }
308     },
309     {
310       "name": "SLPageableCollectionView",
311       "source_files": "CSLUILibrary/SLCollectionView/PageableCollect/*.{h,m}",
312       "dependencies": {
313         "CSLUILibrary/SLCollectionViewBase": [
315         ],
316         "CSLUILibrary/SLStaticCollectionView": [
318         ],
319         "CSLUILibrary/SLRecycleCollectionView": [
321         ],
322         "CSLUILibrary/SLView": [
324         ]
325       }
326     },
327     {
328       "name": "SLDropDownView",
329       "source_files": "CSLUILibrary/SLDropDownView/*.{h,m}",
330       "dependencies": {
331         "CSLUILibrary/SLCollectionViewBase": [
333         ],
334         "CSLUILibrary/SLTableView": [
336         ],
337         "CSLUILibrary/SLView": [
339         ]
340       }
341     }
342   ]