[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / f / d / c / UI7Kit / 0.8.13 / UI7Kit.podspec.json
blobf8cf820fad1dae11726631bae8b1633dfc3238d0
2   "name": "UI7Kit",
3   "version": "0.8.13",
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.8.13"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "header_dir": "UI7Kit",
18   "default_subspecs": [
19     "All"
20   ],
21   "requires_arc": false,
22   "subspecs": [
23     {
24       "name": "UI7ActionSheet",
25       "source_files": [
26         "UI7Kit/UI7ActionSheet.{h,m}"
27       ],
28       "public_header_files": "UI7Kit/UI7ActionSheet.h",
29       "dependencies": {
30         "UI7Kit/UI7Font": [
32         ],
33         "UI7Kit/UI7Color": [
35         ],
36         "UI7Kit/Core": [
38         ]
39       },
40       "resources": "Resources/UI7ActionSheet*",
41       "frameworks": [
43       ]
44     },
45     {
46       "name": "UI7AlertView",
47       "source_files": [
48         "UI7Kit/UI7AlertView.{h,m}"
49       ],
50       "public_header_files": "UI7Kit/UI7AlertView.h",
51       "dependencies": {
52         "UI7Kit/UI7Font": [
54         ],
55         "UI7Kit/UI7Color": [
57         ],
58         "UI7Kit/UI7Button": [
60         ],
61         "UI7Kit/Core": [
63         ]
64       },
65       "resources": "Resources/UI7AlertView*",
66       "frameworks": [
68       ]
69     },
70     {
71       "name": "UI7BarButtonItem",
72       "source_files": [
73         "UI7Kit/UI7BarButtonItem.{h,m}"
74       ],
75       "public_header_files": "UI7Kit/UI7BarButtonItem.h",
76       "dependencies": {
77         "UI7Kit/UI7Font": [
79         ],
80         "UI7Kit/Core": [
82         ]
83       },
84       "resources": "Resources/UI7BarButtonItem*",
85       "frameworks": [
87       ]
88     },
89     {
90       "name": "UI7Button",
91       "source_files": [
92         "UI7Kit/UI7Button.{h,m}"
93       ],
94       "public_header_files": "UI7Kit/UI7Button.h",
95       "dependencies": {
96         "UI7Kit/UI7Font": [
98         ],
99         "UI7Kit/UI7View": [
101         ],
102         "UI7Kit/UI7BarButtonItem": [
104         ],
105         "UI7Kit/Core": [
107         ]
108       },
109       "resources": "Resources/UI7Button*",
110       "frameworks": [
111         "QuartzCore"
112       ]
113     },
114     {
115       "name": "UI7Color",
116       "source_files": [
117         "UI7Kit/UI7Color.{h,m}"
118       ],
119       "public_header_files": "UI7Kit/UI7Color.h",
120       "resources": "Resources/UI7Color*",
121       "frameworks": [
123       ]
124     },
125     {
126       "name": "UI7Font",
127       "source_files": [
128         "UI7Kit/UI7Font.{h,m}"
129       ],
130       "public_header_files": "UI7Kit/UI7Font.h",
131       "dependencies": {
132         "UI7Kit/Core": [
134         ]
135       },
136       "resources": "Resources/UI7Font*",
137       "frameworks": [
139       ]
140     },
141     {
142       "name": "UI7NavigationBar",
143       "source_files": [
144         "UI7Kit/UI7NavigationBar.{h,m}"
145       ],
146       "public_header_files": "UI7Kit/UI7NavigationBar.h",
147       "dependencies": {
148         "UI7Kit/UI7Font": [
150         ],
151         "UI7Kit/UI7Color": [
153         ],
154         "UI7Kit/UI7BarButtonItem": [
156         ],
157         "UI7Kit/Core": [
159         ]
160       },
161       "resources": "Resources/UI7NavigationBar*",
162       "frameworks": [
164       ]
165     },
166     {
167       "name": "UI7NavigationController",
168       "source_files": [
169         "UI7Kit/UI7NavigationController.{h,m}"
170       ],
171       "public_header_files": "UI7Kit/UI7NavigationController.h",
172       "dependencies": {
173         "UI7Kit/UI7Toolbar": [
175         ],
176         "UI7Kit/UI7NavigationBar": [
178         ],
179         "UI7Kit/Core": [
181         ]
182       },
183       "resources": "Resources/UI7NavigationController*",
184       "frameworks": [
186       ]
187     },
188     {
189       "name": "UI7PickerView",
190       "source_files": [
191         "UI7Kit/UI7PickerView.{h,m}"
192       ],
193       "public_header_files": "UI7Kit/UI7PickerView.h",
194       "dependencies": {
195         "UI7Kit/UI7Font": [
197         ],
198         "UI7Kit/UI7View": [
200         ],
201         "UI7Kit/UI7TableView": [
203         ],
204         "UI7Kit/UI7TableViewCell": [
206         ],
207         "UI7Kit/Core": [
209         ]
210       },
211       "resources": "Resources/UI7PickerView*",
212       "frameworks": [
213         "QuartzCore"
214       ]
215     },
216     {
217       "name": "UI7ProgressView",
218       "source_files": [
219         "UI7Kit/UI7ProgressView.{h,m}"
220       ],
221       "public_header_files": "UI7Kit/UI7ProgressView.h",
222       "dependencies": {
223         "UI7Kit/UI7Color": [
225         ],
226         "UI7Kit/UI7View": [
228         ],
229         "UI7Kit/Core": [
231         ]
232       },
233       "resources": "Resources/UI7ProgressView*",
234       "frameworks": [
236       ]
237     },
238     {
239       "name": "UI7SearchBar",
240       "source_files": [
241         "UI7Kit/UI7SearchBar.{h,m}"
242       ],
243       "public_header_files": "UI7Kit/UI7SearchBar.h",
244       "dependencies": {
245         "UI7Kit/UI7Color": [
247         ],
248         "UI7Kit/Core": [
250         ]
251       },
252       "resources": "Resources/UI7SearchBar*",
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       "resources": "Resources/UI7SegmentedControl*",
275       "frameworks": [
276         "QuartzCore"
277       ]
278     },
279     {
280       "name": "UI7Slider",
281       "source_files": [
282         "UI7Kit/UI7Slider.{h,m}"
283       ],
284       "public_header_files": "UI7Kit/UI7Slider.h",
285       "dependencies": {
286         "UI7Kit/UI7Color": [
288         ],
289         "UI7Kit/UI7View": [
291         ],
292         "UI7Kit/Core": [
294         ]
295       },
296       "resources": "Resources/UI7Slider*",
297       "frameworks": [
299       ]
300     },
301     {
302       "name": "UI7Stepper",
303       "source_files": [
304         "UI7Kit/UI7Stepper.{h,m}"
305       ],
306       "public_header_files": "UI7Kit/UI7Stepper.h",
307       "dependencies": {
308         "UI7Kit/UI7View": [
310         ],
311         "UI7Kit/Core": [
313         ]
314       },
315       "resources": "Resources/UI7Stepper*",
316       "frameworks": [
317         "QuartzCore"
318       ]
319     },
320     {
321       "name": "UI7TabBar",
322       "source_files": [
323         "UI7Kit/UI7TabBar.{h,m}"
324       ],
325       "public_header_files": "UI7Kit/UI7TabBar.h",
326       "dependencies": {
327         "UI7Kit/UI7View": [
329         ],
330         "UI7Kit/UI7Font": [
332         ],
333         "UI7Kit/UI7Color": [
335         ],
336         "UI7Kit/Core": [
338         ]
339       },
340       "resources": "Resources/UI7TabBar*",
341       "frameworks": [
343       ]
344     },
345     {
346       "name": "UI7TabBarController",
347       "source_files": [
348         "UI7Kit/UI7TabBarController.{h,m}"
349       ],
350       "public_header_files": "UI7Kit/UI7TabBarController.h",
351       "dependencies": {
352         "UI7Kit/Core": [
354         ]
355       },
356       "resources": "Resources/UI7TabBarController*",
357       "frameworks": [
359       ]
360     },
361     {
362       "name": "UI7TabBarItem",
363       "source_files": [
364         "UI7Kit/UI7TabBarItem.{h,m}"
365       ],
366       "public_header_files": "UI7Kit/UI7TabBarItem.h",
367       "dependencies": {
368         "UI7Kit/Core": [
370         ]
371       },
372       "resources": "Resources/UI7TabBarItem*",
373       "frameworks": [
375       ]
376     },
377     {
378       "name": "UI7TableView",
379       "source_files": [
380         "UI7Kit/UI7TableView.{h,m}"
381       ],
382       "public_header_files": "UI7Kit/UI7TableView.h",
383       "dependencies": {
384         "UI7Kit/UI7Font": [
386         ],
387         "UI7Kit/UI7Color": [
389         ],
390         "UI7Kit/Core": [
392         ]
393       },
394       "resources": "Resources/UI7TableView*",
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       "resources": "Resources/UI7TableViewCell*",
420       "frameworks": [
422       ]
423     },
424     {
425       "name": "UI7TextField",
426       "source_files": [
427         "UI7Kit/UI7TextField.{h,m}"
428       ],
429       "public_header_files": "UI7Kit/UI7TextField.h",
430       "dependencies": {
431         "UI7Kit/Core": [
433         ]
434       },
435       "resources": "Resources/UI7TextField*",
436       "frameworks": [
437         "QuartzCore"
438       ]
439     },
440     {
441       "name": "UI7Toolbar",
442       "source_files": [
443         "UI7Kit/UI7Toolbar.{h,m}"
444       ],
445       "public_header_files": "UI7Kit/UI7Toolbar.h",
446       "dependencies": {
447         "UI7Kit/UI7Color": [
449         ],
450         "UI7Kit/Core": [
452         ]
453       },
454       "resources": "Resources/UI7Toolbar*",
455       "frameworks": [
457       ]
458     },
459     {
460       "name": "UI7View",
461       "source_files": [
462         "UI7Kit/UI7View.{h,m}"
463       ],
464       "public_header_files": "UI7Kit/UI7View.h",
465       "dependencies": {
466         "UI7Kit/Core": [
468         ]
469       },
470       "resources": "Resources/UI7View*",
471       "frameworks": [
473       ]
474     },
475     {
476       "name": "UI7ViewController",
477       "source_files": [
478         "UI7Kit/UI7ViewController.{h,m}"
479       ],
480       "public_header_files": "UI7Kit/UI7ViewController.h",
481       "dependencies": {
482         "UI7Kit/UI7NavigationBar": [
484         ],
485         "UI7Kit/UI7BarButtonItem": [
487         ],
488         "UI7Kit/Core": [
490         ]
491       },
492       "resources": "Resources/UI7ViewController*",
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       "resources": "Resources/UI7Window*",
512       "frameworks": [
514       ]
515     },
516     {
517       "name": "UI7Switch",
518       "subspecs": [
519         {
520           "name": "SevenSwitch",
521           "prefix_header_contents": "#define UI7SWITCH_SEVENSWITCH 1",
522           "source_files": "UI7Kit/UI7Switch.{h,m}",
523           "public_header_files": "UI7Kit/UI7Switch.h",
524           "resources": "Resources/UI7Switch*",
525           "dependencies": {
526             "SevenSwitch": [
527               "~> 1.3.0"
528             ],
529             "UI7Kit/Core": [
531             ]
532           }
533         },
534         {
535           "name": "KLSwitch",
536           "prefix_header_contents": "#define UI7SWITCH_KLSWITCH 1",
537           "source_files": "UI7Kit/UI7Switch.{h,m}",
538           "public_header_files": "UI7Kit/UI7Switch.h",
539           "resources": "Resources/UI7Switch*",
540           "dependencies": {
541             "KLSwitch": [
543             ],
544             "UI7Kit/Core": [
546             ]
547           }
548         },
549         {
550           "name": "MBSwitch",
551           "prefix_header_contents": "#define UI7SWITCH_MBSWITCH 1",
552           "source_files": "UI7Kit/UI7Switch.{h,m}",
553           "public_header_files": "UI7Kit/UI7Switch.h",
554           "resources": "Resources/UI7Switch*",
555           "dependencies": {
556             "MBSwitch": [
558             ],
559             "UI7Kit/Core": [
561             ]
562           }
563         }
564       ]
565     },
566     {
567       "name": "Core",
568       "source_files": "UI7Kit/UI7{Kit,Utilities}*.{h,m}",
569       "public_header_files": "UI7Kit/UI7{Kit,Utilities}*.h",
570       "prefix_header_file": "UI7Kit/UI7Kit-Prefix.pch",
571       "prefix_header_contents": "\n#include <cdebug/debug.h>\n#include <UIKitExtension/UIKitExtension.h>\n#include <UI7Kit/UI7Kit.h>\n    ",
572       "dependencies": {
573         "FoundationExtension": [
574           "~> 0.40"
575         ],
576         "cdebug": [
578         ],
579         "UI7Kit/UI7Color": [
581         ]
582       }
583     },
584     {
585       "name": "All",
586       "dependencies": {
587         "UI7Kit/UI7ActionSheet": [
589         ],
590         "UI7Kit/UI7AlertView": [
592         ],
593         "UI7Kit/UI7BarButtonItem": [
595         ],
596         "UI7Kit/UI7Button": [
598         ],
599         "UI7Kit/UI7Color": [
601         ],
602         "UI7Kit/UI7Font": [
604         ],
605         "UI7Kit/UI7NavigationBar": [
607         ],
608         "UI7Kit/UI7NavigationController": [
610         ],
611         "UI7Kit/UI7PickerView": [
613         ],
614         "UI7Kit/UI7ProgressView": [
616         ],
617         "UI7Kit/UI7SearchBar": [
619         ],
620         "UI7Kit/UI7SegmentedControl": [
622         ],
623         "UI7Kit/UI7Slider": [
625         ],
626         "UI7Kit/UI7Stepper": [
628         ],
629         "UI7Kit/UI7TabBar": [
631         ],
632         "UI7Kit/UI7TabBarController": [
634         ],
635         "UI7Kit/UI7TabBarItem": [
637         ],
638         "UI7Kit/UI7TableView": [
640         ],
641         "UI7Kit/UI7TableViewCell": [
643         ],
644         "UI7Kit/UI7TextField": [
646         ],
647         "UI7Kit/UI7Toolbar": [
649         ],
650         "UI7Kit/UI7View": [
652         ],
653         "UI7Kit/UI7ViewController": [
655         ],
656         "UI7Kit/UI7Window": [
658         ],
659         "UI7Kit/UI7Switch/SevenSwitch": [
661         ]
662       }
663     }
664   ]