[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / d / c / UI7Kit / 0.9.19 / UI7Kit.podspec.json
blob5da09813ed3bb964c7e4c9dcd3d373adc47e17ba
2   "name": "UI7Kit",
3   "version": "0.9.19",
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   "authors": {
8     "Jeong YunWon": "jeong@youknowone.org"
9   },
10   "source": {
11     "git": "https://github.com/youknowone/UI7Kit.git",
12     "tag": "0.9.19"
13   },
14   "requires_arc": false,
15   "screenshots": "https://raw.github.com/youknowone/UI7Kit/master/UI7Kit.png",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "header_dir": "UI7Kit",
20   "default_subspecs": "All",
21   "subspecs": [
22     {
23       "name": "UI7ActionSheet",
24       "source_files": [
25         "UI7Kit/UI7ActionSheet.{h,m}"
26       ],
27       "public_header_files": "UI7Kit/UI7ActionSheet.h",
28       "dependencies": {
29         "UI7Kit/UI7Font": [
31         ],
32         "UI7Kit/UI7Color": [
34         ],
35         "UI7Kit/Core": [
37         ]
38       },
39       "frameworks": [
40         "QuartzCore"
41       ]
42     },
43     {
44       "name": "UI7AlertView",
45       "source_files": [
46         "UI7Kit/UI7AlertView.{h,m}"
47       ],
48       "public_header_files": "UI7Kit/UI7AlertView.h",
49       "dependencies": {
50         "UI7Kit/UI7Font": [
52         ],
53         "UI7Kit/UI7Color": [
55         ],
56         "UI7Kit/UI7Button": [
58         ],
59         "UI7Kit/Core": [
61         ]
62       },
63       "frameworks": [
65       ]
66     },
67     {
68       "name": "UI7BarButtonItem",
69       "source_files": [
70         "UI7Kit/UI7BarButtonItem.{h,m}"
71       ],
72       "public_header_files": "UI7Kit/UI7BarButtonItem.h",
73       "dependencies": {
74         "UI7Kit/UI7Font": [
76         ],
77         "UIKitResources/UIButtonBar": [
79         ],
80         "UI7Kit/Core": [
82         ]
83       },
84       "frameworks": [
86       ]
87     },
88     {
89       "name": "UI7Button",
90       "source_files": [
91         "UI7Kit/UI7Button.{h,m}"
92       ],
93       "public_header_files": "UI7Kit/UI7Button.h",
94       "dependencies": {
95         "UI7Kit/UI7Font": [
97         ],
98         "UI7Kit/UI7View": [
100         ],
101         "UI7Kit/UI7BarButtonItem": [
103         ],
104         "UI7Kit/Core": [
106         ]
107       },
108       "frameworks": [
109         "QuartzCore"
110       ]
111     },
112     {
113       "name": "UI7Color",
114       "source_files": [
115         "UI7Kit/UI7Color.{h,m}"
116       ],
117       "public_header_files": "UI7Kit/UI7Color.h",
118       "dependencies": {
119         "UIKitResources/UIAccessoryButton": [
121         ],
122         "FoundationExtension/UIKitExtension": [
123           "~> 0.48"
124         ]
125       },
126       "frameworks": [
128       ]
129     },
130     {
131       "name": "UI7Font",
132       "source_files": [
133         "UI7Kit/UI7Font.{h,m}"
134       ],
135       "public_header_files": "UI7Kit/UI7Font.h",
136       "dependencies": {
137         "UI7Kit/Core": [
139         ]
140       },
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       "frameworks": [
189       ]
190     },
191     {
192       "name": "UI7PickerView",
193       "source_files": [
194         "UI7Kit/UI7PickerView.{h,m}"
195       ],
196       "public_header_files": "UI7Kit/UI7PickerView.h",
197       "dependencies": {
198         "UI7Kit/UI7Font": [
200         ],
201         "UI7Kit/UI7View": [
203         ],
204         "UI7Kit/UI7TableView": [
206         ],
207         "UI7Kit/UI7TableViewCell": [
209         ],
210         "UI7Kit/Core": [
212         ]
213       },
214       "frameworks": [
215         "QuartzCore"
216       ]
217     },
218     {
219       "name": "UI7ProgressView",
220       "source_files": [
221         "UI7Kit/UI7ProgressView.{h,m}"
222       ],
223       "public_header_files": "UI7Kit/UI7ProgressView.h",
224       "dependencies": {
225         "UI7Kit/UI7Color": [
227         ],
228         "UI7Kit/UI7View": [
230         ],
231         "UI7Kit/Core": [
233         ]
234       },
235       "frameworks": [
237       ]
238     },
239     {
240       "name": "UI7SearchBar",
241       "source_files": [
242         "UI7Kit/UI7SearchBar.{h,m}"
243       ],
244       "public_header_files": "UI7Kit/UI7SearchBar.h",
245       "dependencies": {
246         "UI7Kit/UI7Color": [
248         ],
249         "UI7Kit/Core": [
251         ]
252       },
253       "frameworks": [
254         "QuartzCore"
255       ]
256     },
257     {
258       "name": "UI7SegmentedControl",
259       "source_files": [
260         "UI7Kit/UI7SegmentedControl.{h,m}"
261       ],
262       "public_header_files": "UI7Kit/UI7SegmentedControl.h",
263       "dependencies": {
264         "UI7Kit/UI7Font": [
266         ],
267         "UI7Kit/UI7View": [
269         ],
270         "UI7Kit/Core": [
272         ]
273       },
274       "frameworks": [
275         "QuartzCore"
276       ]
277     },
278     {
279       "name": "UI7Slider",
280       "source_files": [
281         "UI7Kit/UI7Slider.{h,m}"
282       ],
283       "public_header_files": "UI7Kit/UI7Slider.h",
284       "dependencies": {
285         "UI7Kit/UI7Color": [
287         ],
288         "UI7Kit/UI7View": [
290         ],
291         "UI7Kit/Core": [
293         ]
294       },
295       "resources": "Resources/UI7Slider*",
296       "frameworks": [
298       ]
299     },
300     {
301       "name": "UI7Stepper",
302       "source_files": [
303         "UI7Kit/UI7Stepper.{h,m}"
304       ],
305       "public_header_files": "UI7Kit/UI7Stepper.h",
306       "dependencies": {
307         "UI7Kit/UI7View": [
309         ],
310         "UI7Kit/Core": [
312         ]
313       },
314       "frameworks": [
315         "QuartzCore"
316       ]
317     },
318     {
319       "name": "UI7TabBar",
320       "source_files": [
321         "UI7Kit/UI7TabBar.{h,m}"
322       ],
323       "public_header_files": "UI7Kit/UI7TabBar.h",
324       "dependencies": {
325         "UI7Kit/UI7View": [
327         ],
328         "UI7Kit/UI7Font": [
330         ],
331         "UI7Kit/UI7Color": [
333         ],
334         "UI7Kit/Core": [
336         ]
337       },
338       "frameworks": [
340       ]
341     },
342     {
343       "name": "UI7TabBarItem",
344       "source_files": [
345         "UI7Kit/UI7TabBarItem.{h,m}"
346       ],
347       "public_header_files": "UI7Kit/UI7TabBarItem.h",
348       "dependencies": {
349         "UIKitResources/UITabBar": [
351         ],
352         "UI7Kit/Core": [
354         ]
355       },
356       "frameworks": [
358       ]
359     },
360     {
361       "name": "UI7TabBarController",
362       "source_files": [
363         "UI7Kit/UI7TabBarController.{h,m}"
364       ],
365       "public_header_files": "UI7Kit/UI7TabBarController.h",
366       "dependencies": {
367         "UI7Kit/Core": [
369         ]
370       },
371       "frameworks": [
373       ]
374     },
375     {
376       "name": "UI7TableView",
377       "source_files": [
378         "UI7Kit/UI7TableView.{h,m}"
379       ],
380       "public_header_files": "UI7Kit/UI7TableView.h",
381       "dependencies": {
382         "UI7Kit/UI7View": [
384         ],
385         "UI7Kit/UI7Font": [
387         ],
388         "UI7Kit/UI7Color": [
390         ],
391         "UI7Kit/Core": [
393         ]
394       },
395       "frameworks": [
397       ]
398     },
399     {
400       "name": "UI7TableViewCell",
401       "source_files": [
402         "UI7Kit/UI7TableViewCell.{h,m}"
403       ],
404       "public_header_files": "UI7Kit/UI7TableViewCell.h",
405       "dependencies": {
406         "UI7Kit/UI7View": [
408         ],
409         "UI7Kit/UI7Font": [
411         ],
412         "UI7Kit/UI7Color": [
414         ],
415         "UI7Kit/Core": [
417         ]
418       },
419       "frameworks": [
421       ]
422     },
423     {
424       "name": "UI7TextField",
425       "source_files": [
426         "UI7Kit/UI7TextField.{h,m}"
427       ],
428       "public_header_files": "UI7Kit/UI7TextField.h",
429       "dependencies": {
430         "UI7Kit/Core": [
432         ]
433       },
434       "frameworks": [
435         "QuartzCore"
436       ]
437     },
438     {
439       "name": "UI7Toolbar",
440       "source_files": [
441         "UI7Kit/UI7Toolbar.{h,m}"
442       ],
443       "public_header_files": "UI7Kit/UI7Toolbar.h",
444       "dependencies": {
445         "UI7Kit/UI7Color": [
447         ],
448         "UI7Kit/Core": [
450         ]
451       },
452       "frameworks": [
454       ]
455     },
456     {
457       "name": "UI7View",
458       "source_files": [
459         "UI7Kit/UI7View.{h,m}"
460       ],
461       "public_header_files": "UI7Kit/UI7View.h",
462       "dependencies": {
463         "UI7Kit/Core": [
465         ]
466       },
467       "frameworks": [
469       ]
470     },
471     {
472       "name": "UI7ViewController",
473       "source_files": [
474         "UI7Kit/UI7ViewController.{h,m}"
475       ],
476       "public_header_files": "UI7Kit/UI7ViewController.h",
477       "dependencies": {
478         "UI7Kit/UI7NavigationBar": [
480         ],
481         "UI7Kit/UI7BarButtonItem": [
483         ],
484         "UI7Kit/Core": [
486         ]
487       },
488       "frameworks": [
490       ]
491     },
492     {
493       "name": "UI7Window",
494       "source_files": [
495         "UI7Kit/UI7Window.{h,m}"
496       ],
497       "public_header_files": "UI7Kit/UI7Window.h",
498       "dependencies": {
499         "UI7Kit/UI7View": [
501         ],
502         "UI7Kit/Core": [
504         ]
505       },
506       "frameworks": [
508       ]
509     },
510     {
511       "name": "UI7ActivityViewController",
512       "source_files": [
513         "UI7Kit/UI7ActivityViewController.{h,m}"
514       ],
515       "public_header_files": "UI7Kit/UI7ActivityViewController.h",
516       "dependencies": {
517         "UI7Kit/UI7Font": [
519         ],
520         "UI7Kit/Core": [
522         ]
523       },
524       "frameworks": [
526       ]
527     },
528     {
529       "name": "UI7Switch",
530       "subspecs": [
531         {
532           "name": "SevenSwitch",
533           "prefix_header_contents": "#define UI7SWITCH_SEVENSWITCH 1",
534           "source_files": "UI7Kit/UI7Switch.{h,m}",
535           "public_header_files": "UI7Kit/UI7Switch.h",
536           "dependencies": {
537             "SevenSwitch": [
538               "~> 1.3.0"
539             ],
540             "UI7Kit/Core": [
542             ]
543           }
544         },
545         {
546           "name": "KLSwitch",
547           "prefix_header_contents": "#define UI7SWITCH_KLSWITCH 1",
548           "source_files": "UI7Kit/UI7Switch.{h,m}",
549           "public_header_files": "UI7Kit/UI7Switch.h",
550           "dependencies": {
551             "KLSwitch": [
553             ],
554             "UI7Kit/Core": [
556             ]
557           }
558         },
559         {
560           "name": "MBSwitch",
561           "prefix_header_contents": "#define UI7SWITCH_MBSWITCH 1",
562           "source_files": "UI7Kit/UI7Switch.{h,m}",
563           "public_header_files": "UI7Kit/UI7Switch.h",
564           "dependencies": {
565             "MBSwitch": [
567             ],
568             "UI7Kit/Core": [
570             ]
571           }
572         }
573       ]
574     },
575     {
576       "name": "UI7PopoverController",
577       "source_files": "UI7Kit/UI7PopoverController.{h,m}",
578       "resources": "Resources/Popover*",
579       "frameworks": "QuartzCore",
580       "dependencies": {
581         "GIKPopoverBackgroundView/Core": [
583         ],
584         "UI7Kit/Core": [
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         "cdebug": [
598         ],
599         "UI7Kit/UI7Color": [
601         ]
602       }
603     },
604     {
605       "name": "All",
606       "dependencies": {
607         "UI7Kit/UI7ActionSheet": [
609         ],
610         "UI7Kit/UI7AlertView": [
612         ],
613         "UI7Kit/UI7BarButtonItem": [
615         ],
616         "UI7Kit/UI7Button": [
618         ],
619         "UI7Kit/UI7Color": [
621         ],
622         "UI7Kit/UI7Font": [
624         ],
625         "UI7Kit/UI7NavigationBar": [
627         ],
628         "UI7Kit/UI7NavigationController": [
630         ],
631         "UI7Kit/UI7PickerView": [
633         ],
634         "UI7Kit/UI7ProgressView": [
636         ],
637         "UI7Kit/UI7SearchBar": [
639         ],
640         "UI7Kit/UI7SegmentedControl": [
642         ],
643         "UI7Kit/UI7Slider": [
645         ],
646         "UI7Kit/UI7Stepper": [
648         ],
649         "UI7Kit/UI7TabBar": [
651         ],
652         "UI7Kit/UI7TabBarItem": [
654         ],
655         "UI7Kit/UI7TabBarController": [
657         ],
658         "UI7Kit/UI7TableView": [
660         ],
661         "UI7Kit/UI7TableViewCell": [
663         ],
664         "UI7Kit/UI7TextField": [
666         ],
667         "UI7Kit/UI7Toolbar": [
669         ],
670         "UI7Kit/UI7View": [
672         ],
673         "UI7Kit/UI7ViewController": [
675         ],
676         "UI7Kit/UI7Window": [
678         ],
679         "UI7Kit/UI7ActivityViewController": [
681         ],
682         "UI7Kit/UI7Switch/SevenSwitch": [
684         ],
685         "UI7Kit/UI7PopoverController": [
687         ]
688       }
689     }
690   ]