[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / d / c / UI7Kit / 0.9.2 / UI7Kit.podspec.json
blob2398634b1bd48baff78455c94ffe71cdde2c5b61
2   "name": "UI7Kit",
3   "version": "0.9.2",
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.2"
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       "resources": "Resources/UI7ActionSheet*",
45       "frameworks": [
47       ]
48     },
49     {
50       "name": "UI7AlertView",
51       "source_files": [
52         "UI7Kit/UI7AlertView.{h,m}"
53       ],
54       "public_header_files": "UI7Kit/UI7AlertView.h",
55       "dependencies": {
56         "UI7Kit/UI7Font": [
58         ],
59         "UI7Kit/UI7Color": [
61         ],
62         "UI7Kit/UI7Button": [
64         ],
65         "UI7Kit/Core": [
67         ]
68       },
69       "resources": "Resources/UI7AlertView*",
70       "frameworks": [
72       ]
73     },
74     {
75       "name": "UI7BarButtonItem",
76       "source_files": [
77         "UI7Kit/UI7BarButtonItem.{h,m}"
78       ],
79       "public_header_files": "UI7Kit/UI7BarButtonItem.h",
80       "dependencies": {
81         "UI7Kit/UI7Font": [
83         ],
84         "UI7Kit/Core": [
86         ]
87       },
88       "resources": "Resources/UI7BarButtonItem*",
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       "resources": "Resources/UI7Button*",
114       "frameworks": [
115         "QuartzCore"
116       ]
117     },
118     {
119       "name": "UI7Color",
120       "source_files": [
121         "UI7Kit/UI7Color.{h,m}"
122       ],
123       "public_header_files": "UI7Kit/UI7Color.h",
124       "resources": "Resources/UI7Color*",
125       "frameworks": [
127       ]
128     },
129     {
130       "name": "UI7Font",
131       "source_files": [
132         "UI7Kit/UI7Font.{h,m}"
133       ],
134       "public_header_files": "UI7Kit/UI7Font.h",
135       "dependencies": {
136         "UI7Kit/Core": [
138         ]
139       },
140       "resources": "Resources/UI7Font*",
141       "frameworks": [
143       ]
144     },
145     {
146       "name": "UI7NavigationBar",
147       "source_files": [
148         "UI7Kit/UI7NavigationBar.{h,m}"
149       ],
150       "public_header_files": "UI7Kit/UI7NavigationBar.h",
151       "dependencies": {
152         "UI7Kit/UI7Font": [
154         ],
155         "UI7Kit/UI7Color": [
157         ],
158         "UI7Kit/UI7BarButtonItem": [
160         ],
161         "UI7Kit/Core": [
163         ]
164       },
165       "resources": "Resources/UI7NavigationBar*",
166       "frameworks": [
168       ]
169     },
170     {
171       "name": "UI7NavigationController",
172       "source_files": [
173         "UI7Kit/UI7NavigationController.{h,m}"
174       ],
175       "public_header_files": "UI7Kit/UI7NavigationController.h",
176       "dependencies": {
177         "UI7Kit/UI7Toolbar": [
179         ],
180         "UI7Kit/UI7NavigationBar": [
182         ],
183         "UI7Kit/Core": [
185         ]
186       },
187       "resources": "Resources/UI7NavigationController*",
188       "frameworks": [
190       ]
191     },
192     {
193       "name": "UI7PickerView",
194       "source_files": [
195         "UI7Kit/UI7PickerView.{h,m}"
196       ],
197       "public_header_files": "UI7Kit/UI7PickerView.h",
198       "dependencies": {
199         "UI7Kit/UI7Font": [
201         ],
202         "UI7Kit/UI7View": [
204         ],
205         "UI7Kit/UI7TableView": [
207         ],
208         "UI7Kit/UI7TableViewCell": [
210         ],
211         "UI7Kit/Core": [
213         ]
214       },
215       "resources": "Resources/UI7PickerView*",
216       "frameworks": [
217         "QuartzCore"
218       ]
219     },
220     {
221       "name": "UI7ProgressView",
222       "source_files": [
223         "UI7Kit/UI7ProgressView.{h,m}"
224       ],
225       "public_header_files": "UI7Kit/UI7ProgressView.h",
226       "dependencies": {
227         "UI7Kit/UI7Color": [
229         ],
230         "UI7Kit/UI7View": [
232         ],
233         "UI7Kit/Core": [
235         ]
236       },
237       "resources": "Resources/UI7ProgressView*",
238       "frameworks": [
240       ]
241     },
242     {
243       "name": "UI7SearchBar",
244       "source_files": [
245         "UI7Kit/UI7SearchBar.{h,m}"
246       ],
247       "public_header_files": "UI7Kit/UI7SearchBar.h",
248       "dependencies": {
249         "UI7Kit/UI7Color": [
251         ],
252         "UI7Kit/Core": [
254         ]
255       },
256       "resources": "Resources/UI7SearchBar*",
257       "frameworks": [
258         "QuartzCore"
259       ]
260     },
261     {
262       "name": "UI7SegmentedControl",
263       "source_files": [
264         "UI7Kit/UI7SegmentedControl.{h,m}"
265       ],
266       "public_header_files": "UI7Kit/UI7SegmentedControl.h",
267       "dependencies": {
268         "UI7Kit/UI7Font": [
270         ],
271         "UI7Kit/UI7View": [
273         ],
274         "UI7Kit/Core": [
276         ]
277       },
278       "resources": "Resources/UI7SegmentedControl*",
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       "resources": "Resources/UI7Stepper*",
320       "frameworks": [
321         "QuartzCore"
322       ]
323     },
324     {
325       "name": "UI7TabBar",
326       "source_files": [
327         "UI7Kit/UI7TabBar.{h,m}"
328       ],
329       "public_header_files": "UI7Kit/UI7TabBar.h",
330       "dependencies": {
331         "UI7Kit/UI7View": [
333         ],
334         "UI7Kit/UI7Font": [
336         ],
337         "UI7Kit/UI7Color": [
339         ],
340         "UI7Kit/Core": [
342         ]
343       },
344       "resources": "Resources/UI7TabBar*",
345       "frameworks": [
347       ]
348     },
349     {
350       "name": "UI7TabBarController",
351       "source_files": [
352         "UI7Kit/UI7TabBarController.{h,m}"
353       ],
354       "public_header_files": "UI7Kit/UI7TabBarController.h",
355       "dependencies": {
356         "UI7Kit/Core": [
358         ]
359       },
360       "resources": "Resources/UI7TabBarController*",
361       "frameworks": [
363       ]
364     },
365     {
366       "name": "UI7TabBarItem",
367       "source_files": [
368         "UI7Kit/UI7TabBarItem.{h,m}"
369       ],
370       "public_header_files": "UI7Kit/UI7TabBarItem.h",
371       "dependencies": {
372         "UI7Kit/Core": [
374         ]
375       },
376       "resources": "Resources/UI7TabBarItem*",
377       "frameworks": [
379       ]
380     },
381     {
382       "name": "UI7TableView",
383       "source_files": [
384         "UI7Kit/UI7TableView.{h,m}"
385       ],
386       "public_header_files": "UI7Kit/UI7TableView.h",
387       "dependencies": {
388         "UI7Kit/UI7Font": [
390         ],
391         "UI7Kit/UI7Color": [
393         ],
394         "UI7Kit/Core": [
396         ]
397       },
398       "resources": "Resources/UI7TableView*",
399       "frameworks": [
401       ]
402     },
403     {
404       "name": "UI7TableViewCell",
405       "source_files": [
406         "UI7Kit/UI7TableViewCell.{h,m}"
407       ],
408       "public_header_files": "UI7Kit/UI7TableViewCell.h",
409       "dependencies": {
410         "UI7Kit/UI7View": [
412         ],
413         "UI7Kit/UI7Font": [
415         ],
416         "UI7Kit/UI7Color": [
418         ],
419         "UI7Kit/Core": [
421         ]
422       },
423       "resources": "Resources/UI7TableViewCell*",
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       "resources": "Resources/UI7TextField*",
440       "frameworks": [
441         "QuartzCore"
442       ]
443     },
444     {
445       "name": "UI7Toolbar",
446       "source_files": [
447         "UI7Kit/UI7Toolbar.{h,m}"
448       ],
449       "public_header_files": "UI7Kit/UI7Toolbar.h",
450       "dependencies": {
451         "UI7Kit/UI7Color": [
453         ],
454         "UI7Kit/Core": [
456         ]
457       },
458       "resources": "Resources/UI7Toolbar*",
459       "frameworks": [
461       ]
462     },
463     {
464       "name": "UI7View",
465       "source_files": [
466         "UI7Kit/UI7View.{h,m}"
467       ],
468       "public_header_files": "UI7Kit/UI7View.h",
469       "dependencies": {
470         "UI7Kit/Core": [
472         ]
473       },
474       "resources": "Resources/UI7View*",
475       "frameworks": [
477       ]
478     },
479     {
480       "name": "UI7ViewController",
481       "source_files": [
482         "UI7Kit/UI7ViewController.{h,m}"
483       ],
484       "public_header_files": "UI7Kit/UI7ViewController.h",
485       "dependencies": {
486         "UI7Kit/UI7NavigationBar": [
488         ],
489         "UI7Kit/UI7BarButtonItem": [
491         ],
492         "UI7Kit/Core": [
494         ]
495       },
496       "resources": "Resources/UI7ViewController*",
497       "frameworks": [
499       ]
500     },
501     {
502       "name": "UI7Window",
503       "source_files": [
504         "UI7Kit/UI7Window.{h,m}"
505       ],
506       "public_header_files": "UI7Kit/UI7Window.h",
507       "dependencies": {
508         "UI7Kit/UI7View": [
510         ],
511         "UI7Kit/Core": [
513         ]
514       },
515       "resources": "Resources/UI7Window*",
516       "frameworks": [
518       ]
519     },
520     {
521       "name": "UI7PopoverController",
522       "source_files": [
523         "UI7Kit/UI7PopoverController.{h,m}"
524       ],
525       "public_header_files": "UI7Kit/UI7PopoverController.h",
526       "dependencies": {
527         "GIKPopoverBackgroundView": [
529         ],
530         "UI7Kit/Core": [
532         ]
533       },
534       "resources": "Resources/UI7PopoverController*",
535       "frameworks": [
536         "QuartzCore"
537       ]
538     },
539     {
540       "name": "UI7Switch",
541       "subspecs": [
542         {
543           "name": "SevenSwitch",
544           "prefix_header_contents": "#define UI7SWITCH_SEVENSWITCH 1",
545           "source_files": "UI7Kit/UI7Switch.{h,m}",
546           "public_header_files": "UI7Kit/UI7Switch.h",
547           "resources": "Resources/UI7Switch*",
548           "dependencies": {
549             "SevenSwitch": [
550               "~> 1.3.0"
551             ],
552             "UI7Kit/Core": [
554             ]
555           }
556         },
557         {
558           "name": "KLSwitch",
559           "prefix_header_contents": "#define UI7SWITCH_KLSWITCH 1",
560           "source_files": "UI7Kit/UI7Switch.{h,m}",
561           "public_header_files": "UI7Kit/UI7Switch.h",
562           "resources": "Resources/UI7Switch*",
563           "dependencies": {
564             "KLSwitch": [
566             ],
567             "UI7Kit/Core": [
569             ]
570           }
571         },
572         {
573           "name": "MBSwitch",
574           "prefix_header_contents": "#define UI7SWITCH_MBSWITCH 1",
575           "source_files": "UI7Kit/UI7Switch.{h,m}",
576           "public_header_files": "UI7Kit/UI7Switch.h",
577           "resources": "Resources/UI7Switch*",
578           "dependencies": {
579             "MBSwitch": [
581             ],
582             "UI7Kit/Core": [
584             ]
585           }
586         }
587       ]
588     },
589     {
590       "name": "Core",
591       "source_files": "UI7Kit/UI7{Kit,Utilities}*.{h,m}",
592       "public_header_files": "UI7Kit/UI7{Kit,Utilities}*.h",
593       "prefix_header_file": "UI7Kit/UI7Kit-Prefix.pch",
594       "prefix_header_contents": "\n#include <cdebug/debug.h>\n#include <UIKitExtension/UIKitExtension.h>\n#include <UI7Kit/UI7Kit.h>\n    ",
595       "dependencies": {
596         "FoundationExtension": [
597           "~> 0.43.1"
598         ],
599         "cdebug": [
601         ],
602         "UI7Kit/UI7Color": [
604         ]
605       }
606     },
607     {
608       "name": "All",
609       "dependencies": {
610         "UI7Kit/UI7ActionSheet": [
612         ],
613         "UI7Kit/UI7AlertView": [
615         ],
616         "UI7Kit/UI7BarButtonItem": [
618         ],
619         "UI7Kit/UI7Button": [
621         ],
622         "UI7Kit/UI7Color": [
624         ],
625         "UI7Kit/UI7Font": [
627         ],
628         "UI7Kit/UI7NavigationBar": [
630         ],
631         "UI7Kit/UI7NavigationController": [
633         ],
634         "UI7Kit/UI7PickerView": [
636         ],
637         "UI7Kit/UI7ProgressView": [
639         ],
640         "UI7Kit/UI7SearchBar": [
642         ],
643         "UI7Kit/UI7SegmentedControl": [
645         ],
646         "UI7Kit/UI7Slider": [
648         ],
649         "UI7Kit/UI7Stepper": [
651         ],
652         "UI7Kit/UI7TabBar": [
654         ],
655         "UI7Kit/UI7TabBarController": [
657         ],
658         "UI7Kit/UI7TabBarItem": [
660         ],
661         "UI7Kit/UI7TableView": [
663         ],
664         "UI7Kit/UI7TableViewCell": [
666         ],
667         "UI7Kit/UI7TextField": [
669         ],
670         "UI7Kit/UI7Toolbar": [
672         ],
673         "UI7Kit/UI7View": [
675         ],
676         "UI7Kit/UI7ViewController": [
678         ],
679         "UI7Kit/UI7Window": [
681         ],
682         "UI7Kit/UI7PopoverController": [
684         ],
685         "UI7Kit/UI7Switch/SevenSwitch": [
687         ]
688       }
689     }
690   ]