[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 1 / a / 8 / RFAlpha / 0.2.0 / RFAlpha.podspec.json
blob749f08bfc163c25330ee4d224bd5ce12afda52a1
2   "name": "RFAlpha",
3   "version": "0.2.0",
4   "summary": "RFUI: Alpha components.",
5   "homepage": "https://github.com/RFUI/Alpha",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "BB9z": "BB9z@me.com"
11   },
12   "source": {
13     "git": "https://github.com/RFUI/Alpha.git"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "exclude_files": "Test",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "RFAudioPlayer",
26       "platforms": {
27         "ios": "6.0"
28       },
29       "dependencies": {
30         "RFKit/Runtime": [
31           ">=1.7.1"
32         ]
33       },
34       "source_files": "RFAudioPlayer/*.{h,m}",
35       "public_header_files": "RFAudioPlayer/*.h",
36       "frameworks": "AVFoundation"
37     },
38     {
39       "name": "RFBlockSelectorPerform",
40       "source_files": "RFBlockSelectorPerform/*.{h,m}",
41       "public_header_files": "RFBlockSelectorPerform/*.h"
42     },
43     {
44       "name": "RFButton",
45       "platforms": {
46         "ios": "6.0",
47         "tvos": "9.0"
48       },
49       "dependencies": {
50         "RFKit/Runtime": [
51           ">=1.7.1"
52         ],
53         "RFInitializing": [
54           ">=1.1"
55         ]
56       },
57       "source_files": "RFButton/*.{h,m}",
58       "public_header_files": "RFButton/*.h"
59     },
60     {
61       "name": "RFCheckbox",
62       "platforms": {
63         "ios": "6.0",
64         "tvos": "9.0"
65       },
66       "dependencies": {
67         "RFAlpha/RFButton": [
69         ]
70       },
71       "source_files": "RFCheckbox/*.{h,m}",
72       "public_header_files": "RFCheckbox/*.h"
73     },
74     {
75       "name": "RFContainerView",
76       "platforms": {
77         "ios": "6.0",
78         "tvos": "9.0"
79       },
80       "dependencies": {
81         "RFKit/Runtime": [
82           ">=1.7.1"
83         ],
84         "RFKit/Category/UIView": [
86         ],
87         "RFKit/Category/UIViewController": [
89         ],
90         "RFInitializing": [
91           ">=1.1"
92         ]
93       },
94       "source_files": "RFContainerView/*.{h,m}",
95       "public_header_files": "RFContainerView/*.h"
96     },
97     {
98       "name": "RFDataSourceArray",
99       "source_files": "RFDataSourceArray/*.{h,m}",
100       "public_header_files": "RFDataSourceArray/*.h"
101     },
102     {
103       "name": "RFDelegateChain",
104       "subspecs": [
105         {
106           "name": "Chain",
107           "platforms": {
108             "osx": "10.8",
109             "ios": "6.0",
110             "tvos": "9.0",
111             "watchos": "2.0"
112           },
113           "dependencies": {
114             "RFKit/Runtime": [
115               ">=1.7.1"
116             ],
117             "RFInitializing": [
118               ">=1.1"
119             ]
120           },
121           "source_files": "RFDelegateChain/*.{h,m}",
122           "public_header_files": "RFDelegateChain/*.h"
123         },
124         {
125           "name": "UIScrollViewDelegate",
126           "platforms": {
127             "ios": "6.0",
128             "tvos": "9.0"
129           },
130           "dependencies": {
131             "RFAlpha/RFDelegateChain/Chain": [
133             ]
134           },
135           "source_files": "RFDelegateChain/UIKit/UIScrollViewDelegateChain.{h,m}",
136           "public_header_files": "RFDelegateChain/UIKit/UIScrollViewDelegateChain.h"
137         },
138         {
139           "name": "UICollectionViewDataSource",
140           "platforms": {
141             "ios": "6.0",
142             "tvos": "9.0"
143           },
144           "dependencies": {
145             "RFAlpha/RFDelegateChain/Chain": [
147             ]
148           },
149           "source_files": "RFDelegateChain/UIKit/UICollectionViewDataSourceChain.{h,m}",
150           "public_header_files": "RFDelegateChain/UIKit/UICollectionViewDataSourceChain.h"
151         },
152         {
153           "name": "UICollectionViewDelegate",
154           "platforms": {
155             "ios": "6.0",
156             "tvos": "9.0"
157           },
158           "dependencies": {
159             "RFAlpha/RFDelegateChain/UIScrollViewDelegate": [
161             ]
162           },
163           "source_files": "RFDelegateChain/UIKit/UICollectionViewDelegateChain.{h,m}",
164           "public_header_files": "RFDelegateChain/UIKit/UICollectionViewDelegateChain.h"
165         },
166         {
167           "name": "UICollectionViewDelegateFlowLayout",
168           "platforms": {
169             "ios": "6.0",
170             "tvos": "9.0"
171           },
172           "dependencies": {
173             "RFAlpha/RFDelegateChain/UICollectionViewDelegate": [
175             ]
176           },
177           "source_files": "RFDelegateChain/UIKit/UICollectionViewDelegateFlowLayoutChain.{h,m}",
178           "public_header_files": "RFDelegateChain/UIKit/UICollectionViewDelegateFlowLayoutChain.h"
179         },
180         {
181           "name": "UISearchBarDelegate",
182           "platforms": {
183             "ios": "6.0"
184           },
185           "dependencies": {
186             "RFAlpha/RFDelegateChain/Chain": [
188             ]
189           },
190           "source_files": "RFDelegateChain/UIKit/UISearchBarDelegateChain.{h,m}",
191           "public_header_files": "RFDelegateChain/UIKit/UISearchBarDelegateChain.h"
192         },
193         {
194           "name": "UITextFieldDelegate",
195           "platforms": {
196             "ios": "6.0",
197             "tvos": "9.0"
198           },
199           "dependencies": {
200             "RFAlpha/RFDelegateChain/Chain": [
202             ]
203           },
204           "source_files": "RFDelegateChain/UIKit/UITextFiledDelegateChain.{h,m}",
205           "public_header_files": "RFDelegateChain/UIKit/UITextFiledDelegateChain.h"
206         },
207         {
208           "name": "UITextViewDelegate",
209           "platforms": {
210             "ios": "6.0",
211             "tvos": "9.0"
212           },
213           "dependencies": {
214             "RFAlpha/RFDelegateChain/Chain": [
216             ]
217           },
218           "source_files": "RFDelegateChain/UIKit/UITextViewDelegateChain.{h,m}",
219           "public_header_files": "RFDelegateChain/UIKit/UITextViewDelegateChain.h"
220         },
221         {
222           "name": "UIWebViewDelegate",
223           "platforms": {
224             "ios": "6.0"
225           },
226           "dependencies": {
227             "RFAlpha/RFDelegateChain/Chain": [
229             ]
230           },
231           "source_files": "RFDelegateChain/UIKit/UIWebViewDelegateChain.{h,m}",
232           "public_header_files": "RFDelegateChain/UIKit/UIWebViewDelegateChain.h"
233         }
234       ]
235     },
236     {
237       "name": "RFDrawImage",
238       "platforms": {
239         "ios": "6.0",
240         "watchos": "2.0",
241         "tvos": "9.0"
242       },
243       "dependencies": {
244         "RFKit/Runtime": [
245           ">=1.7.1"
246         ]
247       },
248       "source_files": "RFDrawImage/*.{h,m}",
249       "public_header_files": "RFDrawImage/*.h"
250     },
251     {
252       "name": "RFImageCropper",
253       "platforms": {
254         "ios": "6.0"
255       },
256       "dependencies": {
257         "RFKit/Runtime": [
258           ">=1.7.1"
259         ],
260         "RFKit/Category/UIColor": [
262         ],
263         "RFKit/Category/UIImage": [
265         ],
266         "RFKit/Category/UIView": [
268         ],
269         "RFKit/Category/UIView+RFAnimate": [
271         ],
272         "RFInitializing": [
273           ">=1.1"
274         ]
275       },
276       "source_files": "RFImageCropper/*.{h,m}",
277       "public_header_files": "RFImageCropper/*.h"
278     },
279     {
280       "name": "RFKVOWrapper",
281       "platforms": {
282         "ios": "6.0",
283         "osx": "10.8",
284         "watchos": "2.0",
285         "tvos": "9.0"
286       },
287       "dependencies": {
288         "RFKit/Runtime": [
289           ">=1.7.1"
290         ]
291       },
292       "source_files": "RFKVOWrapper/*.{h,m}",
293       "public_header_files": "RFKVOWrapper/*.h"
294     },
295     {
296       "name": "RFNavigationController",
297       "platforms": {
298         "ios": "7.0"
299       },
300       "dependencies": {
301         "RFKit/Runtime": [
302           ">=1.7.1"
303         ],
304         "RFKit/Category/NSError": [
306         ],
307         "RFKit/Category/UIView": [
309         ],
310         "RFKit/Category/UIView+RFAnimate": [
312         ],
313         "RFKit/Category/UIViewController+RFInterfaceOrientation": [
315         ],
316         "RFAlpha/RFTransitioning/NavigationControllerTransition": [
318         ]
319       },
320       "source_files": "RFNavigationController/*.{h,m}",
321       "public_header_files": "RFNavigationController/*.h"
322     },
323     {
324       "name": "RFRefreshButton",
325       "platforms": {
326         "ios": "6.0",
327         "tvos": "9.0"
328       },
329       "dependencies": {
330         "RFKit/Runtime": [
331           ">=1.7.1"
332         ],
333         "RFKit/Category/UIView": [
335         ],
336         "RFInitializing": [
337           ">=1.1"
338         ]
339       },
340       "source_files": "RFRefreshButton/*.{h,m}",
341       "public_header_files": "RFRefreshButton/*.h"
342     },
343     {
344       "name": "RFRefreshControl",
345       "platforms": {
346         "ios": "6.0",
347         "tvos": "9.0"
348       },
349       "dependencies": {
350         "RFKit/Runtime": [
351           ">=1.7.1"
352         ]
353       },
354       "source_files": "RFRefreshControl/*.{h,m}",
355       "public_header_files": "RFRefreshControl/*.h"
356     },
357     {
358       "name": "RFScrollViewPageControl",
359       "platforms": {
360         "ios": "6.0",
361         "tvos": "9.0"
362       },
363       "dependencies": {
364         "RFKit/Runtime": [
365           ">=1.7.1"
366         ],
367         "RFInitializing": [
368           ">=1.1"
369         ],
370         "RFAlpha/RFKVOWrapper": [
372         ]
373       },
374       "source_files": "RFScrollViewPageControl/*.{h,m}",
375       "public_header_files": "RFScrollViewPageControl/*.h"
376     },
377     {
378       "name": "RFSound",
379       "platforms": {
380         "ios": "6.0"
381       },
382       "dependencies": {
383         "RFKit/Runtime": [
384           ">=1.7.1"
385         ]
386       },
387       "source_files": "RFSound/*.{h,m}",
388       "public_header_files": "RFSound/*.h",
389       "frameworks": [
390         "AudioToolbox",
391         "MediaPlayer"
392       ]
393     },
394     {
395       "name": "RFSwizzle",
396       "platforms": {
397         "ios": "6.0",
398         "osx": "10.8",
399         "watchos": "2.0",
400         "tvos": "9.0"
401       },
402       "dependencies": {
403         "RFKit/Runtime": [
404           ">=1.7.1"
405         ]
406       },
407       "source_files": "RFSwizzle/*.{h,m}",
408       "public_header_files": "RFSwizzle/*.h"
409     },
410     {
411       "name": "RFSynthesize",
412       "platforms": {
413         "ios": "6.0",
414         "osx": "10.8",
415         "watchos": "2.0",
416         "tvos": "9.0"
417       },
418       "dependencies": {
419         "RFKit/Runtime": [
420           ">=1.7.1"
421         ]
422       },
423       "source_files": "RFSynthesize/*.{h,m}",
424       "public_header_files": "RFSynthesize/*.h"
425     },
426     {
427       "name": "RFTabController",
428       "platforms": {
429         "ios": "6.0",
430         "tvos": "9.0"
431       },
432       "dependencies": {
433         "RFKit/Runtime": [
434           ">=1.7.1"
435         ],
436         "RFKit/Category/NSArray": [
438         ],
439         "RFKit/Category/UIView": [
441         ],
442         "RFInitializing": [
443           ">=1.1"
444         ],
445         "RFAlpha/RFDataSourceArray": [
447         ]
448       },
449       "source_files": "RFTabController/*.{h,m}",
450       "public_header_files": "RFTabController/*.h"
451     },
452     {
453       "name": "RFTableViewAutoFetchDataSource",
454       "platforms": {
455         "ios": "6.0",
456         "tvos": "9.0"
457       },
458       "dependencies": {
459         "RFAlpha/RFDelegateChain/Chain": [
461         ]
462       },
463       "source_files": "RFTableViewAutoFetchDataSource/*.{h,m}",
464       "public_header_files": "RFTableViewAutoFetchDataSource/*.h",
465       "frameworks": "CoreData"
466     },
467     {
468       "name": "RFTableViewCellHeightDelegate",
469       "platforms": {
470         "ios": "6.0"
471       },
472       "dependencies": {
473         "RFAlpha/RFDelegateChain/Chain": [
475         ],
476         "RFKit/Runtime": [
477           ">=1.7.1"
478         ],
479         "RFKit/Category/UIView+RFAnimate": [
481         ]
482       },
483       "source_files": "RFTableViewCellHeightDelegate/*.{h,m}",
484       "public_header_files": "RFTableViewCellHeightDelegate/*.h"
485     },
486     {
487       "name": "RFTableViewPullToFetchPlugin",
488       "platforms": {
489         "ios": "6.0"
490       },
491       "dependencies": {
492         "RFAlpha/RFDelegateChain/Chain": [
494         ],
495         "RFKit/Category/UIView+RFAnimate": [
497         ],
498         "RFKit/Category/UIView": [
500         ],
501         "RFAlpha/RFKVOWrapper": [
503         ]
504       },
505       "source_files": "RFTableViewPullToFetchPlugin/*.{h,m}",
506       "public_header_files": "RFTableViewPullToFetchPlugin/*.h"
507     },
508     {
509       "name": "RFTimer",
510       "platforms": {
511         "ios": "6.0",
512         "osx": "10.8",
513         "watchos": "2.0",
514         "tvos": "9.0"
515       },
516       "source_files": "RFTimer/*.{h,m}",
517       "public_header_files": "RFTimer/*.h"
518     },
519     {
520       "name": "RFTransitioning",
521       "platforms": {
522         "ios": "7.0"
523       },
524       "subspecs": [
525         {
526           "name": "Core",
527           "dependencies": {
528             "RFKit/Runtime": [
529               ">=1.7.1"
530             ],
531             "RFInitializing": [
532               ">=1.1"
533             ]
534           },
535           "source_files": [
536             "RFTransitioning/RFAnimationTransitioning.{h,m}"
537           ],
538           "public_header_files": [
539             "RFTransitioning/RFAnimationTransitioning.h"
540           ]
541         },
542         {
543           "name": "NavigationControllerTransition",
544           "dependencies": {
545             "RFAlpha/RFTransitioning/Core": [
547             ],
548             "RFAlpha/RFDelegateChain/Chain": [
550             ]
551           },
552           "source_files": [
553             "RFTransitioning/RFNavigation*.{h,m}",
554             "RFTransitioning/UIViewController+RFTransitioning.{h,m}"
555           ],
556           "public_header_files": [
557             "RFTransitioning/RFNavigation*.h",
558             "RFTransitioning/UIViewController+RFTransitioning.h"
559           ]
560         },
561         {
562           "name": "PullDownToPopInteraction",
563           "dependencies": {
564             "RFAlpha/RFTransitioning/Core": [
566             ],
567             "RFAlpha/RFTransitioning/NavigationControllerTransition": [
569             ],
570             "RFKit/Category/UIView+RFAnimate": [
572             ]
573           },
574           "source_files": "RFTransitioning/RFInteractiveTransitioning/RFPullDownToPopInteractionController.{h,m}",
575           "public_header_files": "RFTransitioning/RFInteractiveTransitioning/RFPullDownToPopInteractionController.h"
576         },
577         {
578           "name": "MagicMoveTransitioningStyle",
579           "dependencies": {
580             "RFAlpha/RFTransitioning/Core": [
582             ],
583             "RFKit/Category/UIView": [
585             ],
586             "RFKit/Category/UIView+RFAnimate": [
588             ]
589           },
590           "source_files": "RFTransitioning/RFTransitioningStyle/RFMagicMoveTransitioning.{h,m}",
591           "public_header_files": "RFTransitioning/RFTransitioningStyle/RFMagicMoveTransitioning.h"
592         },
593         {
594           "name": "MoveInFromBottomTransitioningStyle",
595           "dependencies": {
596             "RFAlpha/RFTransitioning/Core": [
598             ],
599             "RFAlpha/RFTransitioning/PullDownToPopInteraction": [
601             ]
602           },
603           "source_files": "RFTransitioning/RFTransitioningStyle/RFMoveInFromBottomTransitioning.{h,m}",
604           "public_header_files": "RFTransitioning/RFTransitioningStyle/RFMoveInFromBottomTransitioning.h"
605         }
606       ]
607     },
608     {
609       "name": "RFViewApperance",
610       "platforms": {
611         "ios": "6.0",
612         "tvos": "9.0"
613       },
614       "subspecs": [
615         {
616           "name": "RFDrawView",
617           "dependencies": {
618             "RFKit/Runtime": [
619               ">=1.7.1"
620             ],
621             "RFInitializing": [
622               ">=1.1"
623             ]
624           },
625           "source_files": "RFViewApperance/RFDrawView.{h,m}",
626           "public_header_files": "RFViewApperance/RFDrawView.h"
627         },
628         {
629           "name": "RFLine",
630           "dependencies": {
631             "RFAlpha/RFViewApperance/RFDrawView": [
633             ],
634             "RFKit/Category/UIView+RFAnimate": [
636             ]
637           },
638           "source_files": "RFViewApperance/RFLine.{h,m}",
639           "public_header_files": "RFViewApperance/RFLine.h"
640         },
641         {
642           "name": "RFRoundingCornersView",
643           "dependencies": {
644             "RFAlpha/RFViewApperance/RFDrawView": [
646             ]
647           },
648           "source_files": "RFViewApperance/RFRoundingCornersView.{h,m}",
649           "public_header_files": "RFViewApperance/RFRoundingCornersView.h"
650         },
651         {
652           "name": "RFResizableBackgroundImage",
653           "dependencies": {
654             "RFKit/Runtime": [
655               ">=1.7.1"
656             ],
657             "RFKit/Category/UIDevice": [
659             ]
660           },
661           "source_files": "RFViewApperance/UIButton+RFResizableBackgroundImage.{h,m}",
662           "public_header_files": "RFViewApperance/UIButton+RFResizableBackgroundImage.h"
663         },
664         {
665           "name": "RFLayerApperance",
666           "dependencies": {
667             "RFKit/Category/UIDevice": [
669             ]
670           },
671           "source_files": "RFViewApperance/UIView+RFLayerApperance.{h,m}",
672           "public_header_files": "RFViewApperance/UIView+RFLayerApperance.h",
673           "frameworks": "QuartzCore"
674         },
675         {
676           "name": "RFPatternImageBackground",
677           "dependencies": {
678             "RFKit/Category/UIColor": [
680             ]
681           },
682           "source_files": "RFViewApperance/UIView+RFPatternImageBackground.{h,m}",
683           "public_header_files": "RFViewApperance/UIView+RFPatternImageBackground.h"
684         }
685       ]
686     },
687     {
688       "name": "RFWindow",
689       "platforms": {
690         "ios": "6.0",
691         "tvos": "9.0"
692       },
693       "dependencies": {
694         "RFInitializing": [
695           ">=1.1"
696         ]
697       },
698       "source_files": "RFWindow/*.{h,m}",
699       "public_header_files": "RFWindow/*.h"
700     }
701   ]