[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / d / c / UI7Kit / 0.9.17 / UI7Kit.podspec.json
blob6f812f30fd2d40af2906a4be934b344ed4029f14
2   "name": "UI7Kit",
3   "version": "0.9.17",
4   "summary": "UI7Kit is a GUI toolkit to implement iOS7 look & feel UIKit under iOS5/iOS6. It is also supported that patching UIKit to UI7Kit in runtime.",
5   "homepage": "https://github.com/youknowone/UI7Kit",
6   "license": "2-clause BSD",
7   "screenshots": [
8     "https://raw.github.com/youknowone/UI7Kit/master/UI7Kit.png",
9     "2-clause BSD"
10   ],
11   "authors": {
12     "Jeong YunWon": "jeong@youknowone.org"
13   },
14   "source": {
15     "git": "https://github.com/youknowone/UI7Kit.git",
16     "tag": "0.9.17"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "header_dir": "UI7Kit",
22   "default_subspecs": [
23     "All"
24   ],
25   "requires_arc": false,
26   "subspecs": [
27     {
28       "name": "UI7ActionSheet",
29       "source_files": [
30         "UI7Kit/UI7ActionSheet.{h,m}"
31       ],
32       "public_header_files": "UI7Kit/UI7ActionSheet.h",
33       "dependencies": {
34         "UI7Kit/UI7Font": [
36         ],
37         "UI7Kit/UI7Color": [
39         ],
40         "UI7Kit/Core": [
42         ]
43       },
44       "frameworks": [
45         "QuartzCore"
46       ]
47     },
48     {
49       "name": "UI7AlertView",
50       "source_files": [
51         "UI7Kit/UI7AlertView.{h,m}"
52       ],
53       "public_header_files": "UI7Kit/UI7AlertView.h",
54       "dependencies": {
55         "UI7Kit/UI7Font": [
57         ],
58         "UI7Kit/UI7Color": [
60         ],
61         "UI7Kit/UI7Button": [
63         ],
64         "UI7Kit/Core": [
66         ]
67       },
68       "frameworks": [
70       ]
71     },
72     {
73       "name": "UI7BarButtonItem",
74       "source_files": [
75         "UI7Kit/UI7BarButtonItem.{h,m}"
76       ],
77       "public_header_files": "UI7Kit/UI7BarButtonItem.h",
78       "dependencies": {
79         "UI7Kit/UI7Font": [
81         ],
82         "UIKitResources/UIButtonBar": [
84         ],
85         "UI7Kit/Core": [
87         ]
88       },
89       "frameworks": [
91       ]
92     },
93     {
94       "name": "UI7Button",
95       "source_files": [
96         "UI7Kit/UI7Button.{h,m}"
97       ],
98       "public_header_files": "UI7Kit/UI7Button.h",
99       "dependencies": {
100         "UI7Kit/UI7Font": [
102         ],
103         "UI7Kit/UI7View": [
105         ],
106         "UI7Kit/UI7BarButtonItem": [
108         ],
109         "UI7Kit/Core": [
111         ]
112       },
113       "frameworks": [
114         "QuartzCore"
115       ]
116     },
117     {
118       "name": "UI7Color",
119       "source_files": [
120         "UI7Kit/UI7Color.{h,m}"
121       ],
122       "public_header_files": "UI7Kit/UI7Color.h",
123       "dependencies": {
124         "UIKitResources/UIAccessoryButton": [
126         ],
127         "FoundationExtension/UIKitExtension": [
128           "~> 0.46"
129         ]
130       },
131       "frameworks": [
133       ]
134     },
135     {
136       "name": "UI7Font",
137       "source_files": [
138         "UI7Kit/UI7Font.{h,m}"
139       ],
140       "public_header_files": "UI7Kit/UI7Font.h",
141       "dependencies": {
142         "UI7Kit/Core": [
144         ]
145       },
146       "frameworks": [
148       ]
149     },
150     {
151       "name": "UI7NavigationBar",
152       "source_files": [
153         "UI7Kit/UI7NavigationBar.{h,m}"
154       ],
155       "public_header_files": "UI7Kit/UI7NavigationBar.h",
156       "dependencies": {
157         "UI7Kit/UI7Font": [
159         ],
160         "UI7Kit/UI7Color": [
162         ],
163         "UI7Kit/UI7BarButtonItem": [
165         ],
166         "UI7Kit/Core": [
168         ]
169       },
170       "resources": "Resources/UI7NavigationBar*",
171       "frameworks": [
173       ]
174     },
175     {
176       "name": "UI7NavigationController",
177       "source_files": [
178         "UI7Kit/UI7NavigationController.{h,m}"
179       ],
180       "public_header_files": "UI7Kit/UI7NavigationController.h",
181       "dependencies": {
182         "UI7Kit/UI7Toolbar": [
184         ],
185         "UI7Kit/UI7NavigationBar": [
187         ],
188         "UI7Kit/Core": [
190         ]
191       },
192       "frameworks": [
194       ]
195     },
196     {
197       "name": "UI7PickerView",
198       "source_files": [
199         "UI7Kit/UI7PickerView.{h,m}"
200       ],
201       "public_header_files": "UI7Kit/UI7PickerView.h",
202       "dependencies": {
203         "UI7Kit/UI7Font": [
205         ],
206         "UI7Kit/UI7View": [
208         ],
209         "UI7Kit/UI7TableView": [
211         ],
212         "UI7Kit/UI7TableViewCell": [
214         ],
215         "UI7Kit/Core": [
217         ]
218       },
219       "frameworks": [
220         "QuartzCore"
221       ]
222     },
223     {
224       "name": "UI7ProgressView",
225       "source_files": [
226         "UI7Kit/UI7ProgressView.{h,m}"
227       ],
228       "public_header_files": "UI7Kit/UI7ProgressView.h",
229       "dependencies": {
230         "UI7Kit/UI7Color": [
232         ],
233         "UI7Kit/UI7View": [
235         ],
236         "UI7Kit/Core": [
238         ]
239       },
240       "frameworks": [
242       ]
243     },
244     {
245       "name": "UI7SearchBar",
246       "source_files": [
247         "UI7Kit/UI7SearchBar.{h,m}"
248       ],
249       "public_header_files": "UI7Kit/UI7SearchBar.h",
250       "dependencies": {
251         "UI7Kit/UI7Color": [
253         ],
254         "UI7Kit/Core": [
256         ]
257       },
258       "frameworks": [
259         "QuartzCore"
260       ]
261     },
262     {
263       "name": "UI7SegmentedControl",
264       "source_files": [
265         "UI7Kit/UI7SegmentedControl.{h,m}"
266       ],
267       "public_header_files": "UI7Kit/UI7SegmentedControl.h",
268       "dependencies": {
269         "UI7Kit/UI7Font": [
271         ],
272         "UI7Kit/UI7View": [
274         ],
275         "UI7Kit/Core": [
277         ]
278       },
279       "frameworks": [
280         "QuartzCore"
281       ]
282     },
283     {
284       "name": "UI7Slider",
285       "source_files": [
286         "UI7Kit/UI7Slider.{h,m}"
287       ],
288       "public_header_files": "UI7Kit/UI7Slider.h",
289       "dependencies": {
290         "UI7Kit/UI7Color": [
292         ],
293         "UI7Kit/UI7View": [
295         ],
296         "UI7Kit/Core": [
298         ]
299       },
300       "resources": "Resources/UI7Slider*",
301       "frameworks": [
303       ]
304     },
305     {
306       "name": "UI7Stepper",
307       "source_files": [
308         "UI7Kit/UI7Stepper.{h,m}"
309       ],
310       "public_header_files": "UI7Kit/UI7Stepper.h",
311       "dependencies": {
312         "UI7Kit/UI7View": [
314         ],
315         "UI7Kit/Core": [
317         ]
318       },
319       "frameworks": [
320         "QuartzCore"
321       ]
322     },
323     {
324       "name": "UI7TabBar",
325       "source_files": [
326         "UI7Kit/UI7TabBar.{h,m}"
327       ],
328       "public_header_files": "UI7Kit/UI7TabBar.h",
329       "dependencies": {
330         "UI7Kit/UI7View": [
332         ],
333         "UI7Kit/UI7Font": [
335         ],
336         "UI7Kit/UI7Color": [
338         ],
339         "UI7Kit/Core": [
341         ]
342       },
343       "frameworks": [
345       ]
346     },
347     {
348       "name": "UI7TabBarItem",
349       "source_files": [
350         "UI7Kit/UI7TabBarItem.{h,m}"
351       ],
352       "public_header_files": "UI7Kit/UI7TabBarItem.h",
353       "dependencies": {
354         "UIKitResources/UITabBar": [
356         ],
357         "UI7Kit/Core": [
359         ]
360       },
361       "frameworks": [
363       ]
364     },
365     {
366       "name": "UI7TabBarController",
367       "source_files": [
368         "UI7Kit/UI7TabBarController.{h,m}"
369       ],
370       "public_header_files": "UI7Kit/UI7TabBarController.h",
371       "dependencies": {
372         "UI7Kit/Core": [
374         ]
375       },
376       "frameworks": [
378       ]
379     },
380     {
381       "name": "UI7TableView",
382       "source_files": [
383         "UI7Kit/UI7TableView.{h,m}"
384       ],
385       "public_header_files": "UI7Kit/UI7TableView.h",
386       "dependencies": {
387         "UI7Kit/UI7View": [
389         ],
390         "UI7Kit/UI7Font": [
392         ],
393         "UI7Kit/UI7Color": [
395         ],
396         "UI7Kit/Core": [
398         ]
399       },
400       "frameworks": [
402       ]
403     },
404     {
405       "name": "UI7TableViewCell",
406       "source_files": [
407         "UI7Kit/UI7TableViewCell.{h,m}"
408       ],
409       "public_header_files": "UI7Kit/UI7TableViewCell.h",
410       "dependencies": {
411         "UI7Kit/UI7View": [
413         ],
414         "UI7Kit/UI7Font": [
416         ],
417         "UI7Kit/UI7Color": [
419         ],
420         "UI7Kit/Core": [
422         ]
423       },
424       "frameworks": [
426       ]
427     },
428     {
429       "name": "UI7TextField",
430       "source_files": [
431         "UI7Kit/UI7TextField.{h,m}"
432       ],
433       "public_header_files": "UI7Kit/UI7TextField.h",
434       "dependencies": {
435         "UI7Kit/Core": [
437         ]
438       },
439       "frameworks": [
440         "QuartzCore"
441       ]
442     },
443     {
444       "name": "UI7Toolbar",
445       "source_files": [
446         "UI7Kit/UI7Toolbar.{h,m}"
447       ],
448       "public_header_files": "UI7Kit/UI7Toolbar.h",
449       "dependencies": {
450         "UI7Kit/UI7Color": [
452         ],
453         "UI7Kit/Core": [
455         ]
456       },
457       "frameworks": [
459       ]
460     },
461     {
462       "name": "UI7View",
463       "source_files": [
464         "UI7Kit/UI7View.{h,m}"
465       ],
466       "public_header_files": "UI7Kit/UI7View.h",
467       "dependencies": {
468         "UI7Kit/Core": [
470         ]
471       },
472       "frameworks": [
474       ]
475     },
476     {
477       "name": "UI7ViewController",
478       "source_files": [
479         "UI7Kit/UI7ViewController.{h,m}"
480       ],
481       "public_header_files": "UI7Kit/UI7ViewController.h",
482       "dependencies": {
483         "UI7Kit/UI7NavigationBar": [
485         ],
486         "UI7Kit/UI7BarButtonItem": [
488         ],
489         "UI7Kit/Core": [
491         ]
492       },
493       "frameworks": [
495       ]
496     },
497     {
498       "name": "UI7Window",
499       "source_files": [
500         "UI7Kit/UI7Window.{h,m}"
501       ],
502       "public_header_files": "UI7Kit/UI7Window.h",
503       "dependencies": {
504         "UI7Kit/UI7View": [
506         ],
507         "UI7Kit/Core": [
509         ]
510       },
511       "frameworks": [
513       ]
514     },
515     {
516       "name": "UI7ActivityViewController",
517       "source_files": [
518         "UI7Kit/UI7ActivityViewController.{h,m}"
519       ],
520       "public_header_files": "UI7Kit/UI7ActivityViewController.h",
521       "dependencies": {
522         "UI7Kit/UI7Font": [
524         ],
525         "UI7Kit/Core": [
527         ]
528       },
529       "frameworks": [
531       ]
532     },
533     {
534       "name": "UI7Switch",
535       "subspecs": [
536         {
537           "name": "SevenSwitch",
538           "prefix_header_contents": "#define UI7SWITCH_SEVENSWITCH 1",
539           "source_files": "UI7Kit/UI7Switch.{h,m}",
540           "public_header_files": "UI7Kit/UI7Switch.h",
541           "dependencies": {
542             "SevenSwitch": [
543               "~> 1.3.0"
544             ],
545             "UI7Kit/Core": [
547             ]
548           }
549         },
550         {
551           "name": "KLSwitch",
552           "prefix_header_contents": "#define UI7SWITCH_KLSWITCH 1",
553           "source_files": "UI7Kit/UI7Switch.{h,m}",
554           "public_header_files": "UI7Kit/UI7Switch.h",
555           "dependencies": {
556             "KLSwitch": [
558             ],
559             "UI7Kit/Core": [
561             ]
562           }
563         },
564         {
565           "name": "MBSwitch",
566           "prefix_header_contents": "#define UI7SWITCH_MBSWITCH 1",
567           "source_files": "UI7Kit/UI7Switch.{h,m}",
568           "public_header_files": "UI7Kit/UI7Switch.h",
569           "dependencies": {
570             "MBSwitch": [
572             ],
573             "UI7Kit/Core": [
575             ]
576           }
577         }
578       ]
579     },
580     {
581       "name": "UI7PopoverController",
582       "source_files": "UI7Kit/UI7PopoverController.{h,m}",
583       "resources": "Resources/Popover*",
584       "frameworks": "QuartzCore",
585       "dependencies": {
586         "GIKPopoverBackgroundView/Core": [
588         ],
589         "UI7Kit/Core": [
591         ]
592       }
593     },
594     {
595       "name": "Core",
596       "source_files": "UI7Kit/UI7{Kit,Utilities}*.{h,m}",
597       "public_header_files": "UI7Kit/UI7{Kit,Utilities}*.h",
598       "prefix_header_file": "UI7Kit/UI7Kit-Prefix.pch",
599       "prefix_header_contents": "\n#include <cdebug/debug.h>\n#include <UIKitExtension/UIKitExtension.h>\n#include <UI7Kit/UI7Kit.h>\n    ",
600       "dependencies": {
601         "cdebug": [
603         ],
604         "UI7Kit/UI7Color": [
606         ]
607       }
608     },
609     {
610       "name": "All",
611       "dependencies": {
612         "UI7Kit/UI7ActionSheet": [
614         ],
615         "UI7Kit/UI7AlertView": [
617         ],
618         "UI7Kit/UI7BarButtonItem": [
620         ],
621         "UI7Kit/UI7Button": [
623         ],
624         "UI7Kit/UI7Color": [
626         ],
627         "UI7Kit/UI7Font": [
629         ],
630         "UI7Kit/UI7NavigationBar": [
632         ],
633         "UI7Kit/UI7NavigationController": [
635         ],
636         "UI7Kit/UI7PickerView": [
638         ],
639         "UI7Kit/UI7ProgressView": [
641         ],
642         "UI7Kit/UI7SearchBar": [
644         ],
645         "UI7Kit/UI7SegmentedControl": [
647         ],
648         "UI7Kit/UI7Slider": [
650         ],
651         "UI7Kit/UI7Stepper": [
653         ],
654         "UI7Kit/UI7TabBar": [
656         ],
657         "UI7Kit/UI7TabBarItem": [
659         ],
660         "UI7Kit/UI7TabBarController": [
662         ],
663         "UI7Kit/UI7TableView": [
665         ],
666         "UI7Kit/UI7TableViewCell": [
668         ],
669         "UI7Kit/UI7TextField": [
671         ],
672         "UI7Kit/UI7Toolbar": [
674         ],
675         "UI7Kit/UI7View": [
677         ],
678         "UI7Kit/UI7ViewController": [
680         ],
681         "UI7Kit/UI7Window": [
683         ],
684         "UI7Kit/UI7ActivityViewController": [
686         ],
687         "UI7Kit/UI7Switch/SevenSwitch": [
689         ],
690         "UI7Kit/UI7PopoverController": [
692         ]
693       }
694     }
695   ]