[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / a / 8 / RFAlpha / 0.7.1 / RFAlpha.podspec.json
blob763c04fb915758ccc9caa7b0cd05627cdb3048b2
2   "name": "RFAlpha",
3   "version": "0.7.1",
4   "summary": "RFUI: Alpha components.",
5   "homepage": "https://github.com/RFUI/Alpha",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "BB9z": "BB9z@me.com"
12   },
13   "source": {
14     "git": "https://github.com/RFUI/Alpha.git",
15     "tag": "0.7.1"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.8",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "exclude_files": "Test",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "RFAudioPlayer",
28       "platforms": {
29         "ios": "9.0"
30       },
31       "dependencies": {
32         "RFKit/Runtime": [
33           ">=1.7.1"
34         ]
35       },
36       "source_files": "RFAudioPlayer/*.{h,m}",
37       "public_header_files": "RFAudioPlayer/*.h",
38       "frameworks": "AVFoundation"
39     },
40     {
41       "name": "RFBlockSelectorPerform",
42       "source_files": "RFBlockSelectorPerform/*.{h,m}",
43       "public_header_files": "RFBlockSelectorPerform/*.h"
44     },
45     {
46       "name": "RFButton",
47       "platforms": {
48         "ios": "9.0",
49         "tvos": "9.0"
50       },
51       "dependencies": {
52         "RFKit/Runtime": [
53           ">=1.7.1"
54         ],
55         "RFInitializing": [
56           ">=1.1"
57         ]
58       },
59       "source_files": "RFButton/*.{h,m}",
60       "public_header_files": "RFButton/*.h"
61     },
62     {
63       "name": "RFCallbackControl",
64       "dependencies": {
65         "RFKit/Runtime": [
66           ">=1.7.1"
67         ],
68         "RFKit/Category/NSArray": [
70         ]
71       },
72       "source_files": "RFCallbackControl/*.{h,m}",
73       "public_header_files": "RFCallbackControl/*.h"
74     },
75     {
76       "name": "RFCarouselView",
77       "platforms": {
78         "ios": "9.0",
79         "tvos": "9.0"
80       },
81       "dependencies": {
82         "RFAlpha/RFTimer": [
84         ],
85         "RFInitializing": [
86           ">=1.1"
87         ],
88         "RFKit/Runtime": [
89           ">=1.7.1"
90         ],
91         "RFKit/Category/UIView+RFAnimate": [
93         ],
94         "RFKit/Category/UIView": [
96         ]
97       },
98       "source_files": "RFCarouselView/*.{h,m}",
99       "public_header_files": "RFCarouselView/*.h"
100     },
101     {
102       "name": "RFCheckbox",
103       "platforms": {
104         "ios": "9.0",
105         "tvos": "9.0"
106       },
107       "dependencies": {
108         "RFAlpha/RFButton": [
110         ]
111       },
112       "source_files": "RFCheckbox/*.{h,m}",
113       "public_header_files": "RFCheckbox/*.h"
114     },
115     {
116       "name": "RFContainerView",
117       "platforms": {
118         "ios": "9.0",
119         "tvos": "9.0"
120       },
121       "dependencies": {
122         "RFKit/Runtime": [
123           ">=1.7.1"
124         ],
125         "RFKit/Category/UIView": [
127         ],
128         "RFKit/Category/UIViewController": [
130         ],
131         "RFInitializing": [
132           ">=1.1"
133         ]
134       },
135       "source_files": "RFContainerView/*.{h,m}",
136       "public_header_files": "RFContainerView/*.h"
137     },
138     {
139       "name": "RFDataSourceArray",
140       "source_files": "RFDataSourceArray/*.{h,m}",
141       "public_header_files": "RFDataSourceArray/*.h"
142     },
143     {
144       "name": "RFDispatchTimer",
145       "platforms": {
146         "ios": "9.0",
147         "osx": "10.8",
148         "watchos": "2.0",
149         "tvos": "9.0"
150       },
151       "source_files": "RFDispatchTimer/*.{h,m}",
152       "public_header_files": "RFDispatchTimer/*.h"
153     },
154     {
155       "name": "RFDrawImage",
156       "platforms": {
157         "ios": "9.0",
158         "watchos": "2.0",
159         "tvos": "9.0"
160       },
161       "dependencies": {
162         "RFKit/Runtime": [
163           ">=1.7.1"
164         ]
165       },
166       "source_files": "RFDrawImage/*.{h,m}",
167       "public_header_files": "RFDrawImage/*.h"
168     },
169     {
170       "name": "RFImageCropper",
171       "platforms": {
172         "ios": "9.0"
173       },
174       "dependencies": {
175         "RFKit/Runtime": [
176           ">=1.7.1"
177         ],
178         "RFKit/Category/UIColor": [
180         ],
181         "RFKit/Category/UIImage": [
183         ],
184         "RFKit/Category/UIView": [
186         ],
187         "RFKit/Category/UIView+RFAnimate": [
189         ],
190         "RFInitializing": [
191           ">=1.1"
192         ]
193       },
194       "source_files": "RFImageCropper/*.{h,m}",
195       "public_header_files": "RFImageCropper/*.h"
196     },
197     {
198       "name": "RFKVOWrapper",
199       "platforms": {
200         "ios": "9.0",
201         "osx": "10.8",
202         "watchos": "2.0",
203         "tvos": "9.0"
204       },
205       "dependencies": {
206         "RFKit/Runtime": [
207           ">=1.7.1"
208         ]
209       },
210       "source_files": "RFKVOWrapper/*.{h,m}",
211       "public_header_files": "RFKVOWrapper/*.h"
212     },
213     {
214       "name": "RFNavigationController",
215       "platforms": {
216         "ios": "9.0"
217       },
218       "dependencies": {
219         "RFKit/Runtime": [
220           ">=1.7.1"
221         ],
222         "RFKit/Category/NSError": [
224         ],
225         "RFKit/Category/UIView": [
227         ],
228         "RFKit/Category/UIView+RFAnimate": [
230         ],
231         "RFKit/Category/UIViewController+RFInterfaceOrientation": [
233         ],
234         "RFAlpha/RFTransitioning/NavigationControllerTransition": [
236         ]
237       },
238       "source_files": "RFNavigationController/*.{h,m}",
239       "public_header_files": "RFNavigationController/*.h"
240     },
241     {
242       "name": "RFRefreshButton",
243       "platforms": {
244         "ios": "9.0",
245         "tvos": "9.0"
246       },
247       "dependencies": {
248         "RFKit/Runtime": [
249           ">=1.7.1"
250         ],
251         "RFKit/Category/UIView": [
253         ],
254         "RFInitializing": [
255           ">=1.1"
256         ]
257       },
258       "source_files": "RFRefreshButton/*.{h,m}",
259       "public_header_files": "RFRefreshButton/*.h"
260     },
261     {
262       "name": "RFRefreshControl",
263       "platforms": {
264         "ios": "9.0",
265         "tvos": "9.0"
266       },
267       "dependencies": {
268         "RFKit/Runtime": [
269           ">=1.7.1"
270         ]
271       },
272       "source_files": "RFRefreshControl/*.{h,m}",
273       "public_header_files": "RFRefreshControl/*.h"
274     },
275     {
276       "name": "RFScrollViewPageControl",
277       "platforms": {
278         "ios": "9.0",
279         "tvos": "9.0"
280       },
281       "dependencies": {
282         "RFKit/Runtime": [
283           ">=1.7.1"
284         ],
285         "RFInitializing": [
286           ">=1.1"
287         ],
288         "RFAlpha/RFKVOWrapper": [
290         ]
291       },
292       "source_files": "RFScrollViewPageControl/*.{h,m}",
293       "public_header_files": "RFScrollViewPageControl/*.h"
294     },
295     {
296       "name": "RFSliderView",
297       "platforms": {
298         "ios": "9.0"
299       },
300       "dependencies": {
301         "RFAlpha/RFTimer": [
303         ],
304         "RFInitializing": [
305           ">=1.1"
306         ],
307         "RFKit/Runtime": [
308           ">=1.7.1"
309         ],
310         "RFKit/Category/UIView+RFAnimate": [
312         ],
313         "RFKit/Category/UIView": [
315         ]
316       },
317       "source_files": "RFSliderView/*.{h,m}",
318       "public_header_files": "RFSliderView/*.h"
319     },
320     {
321       "name": "RFSound",
322       "platforms": {
323         "ios": "9.0"
324       },
325       "dependencies": {
326         "RFKit/Runtime": [
327           ">=1.7.1"
328         ]
329       },
330       "source_files": "RFSound/*.{h,m}",
331       "public_header_files": "RFSound/*.h",
332       "frameworks": [
333         "AudioToolbox"
334       ]
335     },
336     {
337       "name": "RFSwizzle",
338       "platforms": {
339         "ios": "9.0",
340         "osx": "10.8",
341         "watchos": "2.0",
342         "tvos": "9.0"
343       },
344       "dependencies": {
345         "RFKit/Runtime": [
346           ">=1.7.1"
347         ]
348       },
349       "source_files": "RFSwizzle/*.{h,m}",
350       "public_header_files": "RFSwizzle/*.h"
351     },
352     {
353       "name": "RFSynthesize",
354       "platforms": {
355         "ios": "9.0",
356         "osx": "10.8",
357         "watchos": "2.0",
358         "tvos": "9.0"
359       },
360       "dependencies": {
361         "RFKit/Runtime": [
362           ">=1.7.1"
363         ]
364       },
365       "source_files": "RFSynthesize/*.{h,m}",
366       "public_header_files": "RFSynthesize/*.h"
367     },
368     {
369       "name": "RFTabController",
370       "platforms": {
371         "ios": "9.0",
372         "tvos": "9.0"
373       },
374       "dependencies": {
375         "RFKit/Runtime": [
376           ">=1.7.1"
377         ],
378         "RFKit/Category/NSArray": [
380         ],
381         "RFKit/Category/UIView": [
383         ],
384         "RFInitializing": [
385           ">=1.1"
386         ],
387         "RFAlpha/RFDataSourceArray": [
389         ]
390       },
391       "source_files": "RFTabController/*.{h,m}",
392       "public_header_files": "RFTabController/*.h"
393     },
394     {
395       "name": "RFTableViewAutoFetchDataSource",
396       "platforms": {
397         "ios": "9.0",
398         "tvos": "9.0"
399       },
400       "dependencies": {
401         "RFDelegateChain/Chain": [
403         ]
404       },
405       "source_files": "RFTableViewAutoFetchDataSource/*.{h,m}",
406       "public_header_files": "RFTableViewAutoFetchDataSource/*.h",
407       "frameworks": "CoreData"
408     },
409     {
410       "name": "RFTableViewCellHeightDelegate",
411       "platforms": {
412         "ios": "9.0"
413       },
414       "dependencies": {
415         "RFDelegateChain/Chain": [
417         ],
418         "RFKit/Runtime": [
419           ">=1.7.1"
420         ],
421         "RFKit/Category/UIView+RFAnimate": [
423         ]
424       },
425       "source_files": "RFTableViewCellHeightDelegate/*.{h,m}",
426       "public_header_files": "RFTableViewCellHeightDelegate/*.h"
427     },
428     {
429       "name": "RFTableViewPullToFetchPlugin",
430       "platforms": {
431         "ios": "9.0"
432       },
433       "dependencies": {
434         "RFDelegateChain/Chain": [
436         ],
437         "RFKit/Category/UIView+RFAnimate": [
439         ],
440         "RFKit/Category/UIView": [
442         ],
443         "RFAlpha/RFKVOWrapper": [
445         ]
446       },
447       "source_files": "RFTableViewPullToFetchPlugin/*.{h,m}",
448       "public_header_files": "RFTableViewPullToFetchPlugin/*.h"
449     },
450     {
451       "name": "RFTimer",
452       "platforms": {
453         "ios": "9.0",
454         "osx": "10.8",
455         "watchos": "2.0",
456         "tvos": "9.0"
457       },
458       "source_files": "RFTimer/*.{h,m}",
459       "public_header_files": "RFTimer/*.h"
460     },
461     {
462       "name": "RFTransitioning",
463       "platforms": {
464         "ios": "9.0"
465       },
466       "subspecs": [
467         {
468           "name": "Core",
469           "dependencies": {
470             "RFKit/Runtime": [
471               ">=1.7.1"
472             ],
473             "RFInitializing": [
474               ">=1.1"
475             ]
476           },
477           "source_files": [
478             "RFTransitioning/RFAnimationTransitioning.{h,m}"
479           ],
480           "public_header_files": [
481             "RFTransitioning/RFAnimationTransitioning.h"
482           ]
483         },
484         {
485           "name": "NavigationControllerTransition",
486           "dependencies": {
487             "RFAlpha/RFTransitioning/Core": [
489             ],
490             "RFDelegateChain/Chain": [
492             ]
493           },
494           "source_files": [
495             "RFTransitioning/RFNavigation*.{h,m}",
496             "RFTransitioning/UIViewController+RFTransitioning.{h,m}"
497           ],
498           "public_header_files": [
499             "RFTransitioning/RFNavigation*.h",
500             "RFTransitioning/UIViewController+RFTransitioning.h"
501           ]
502         },
503         {
504           "name": "PullDownToPopInteraction",
505           "dependencies": {
506             "RFAlpha/RFTransitioning/Core": [
508             ],
509             "RFAlpha/RFTransitioning/NavigationControllerTransition": [
511             ],
512             "RFKit/Category/UIView+RFAnimate": [
514             ]
515           },
516           "source_files": "RFTransitioning/RFInteractiveTransitioning/RFPullDownToPopInteractionController.{h,m}",
517           "public_header_files": "RFTransitioning/RFInteractiveTransitioning/RFPullDownToPopInteractionController.h"
518         },
519         {
520           "name": "MagicMoveTransitioningStyle",
521           "dependencies": {
522             "RFAlpha/RFTransitioning/Core": [
524             ],
525             "RFKit/Category/UIView": [
527             ],
528             "RFKit/Category/UIView+RFAnimate": [
530             ]
531           },
532           "source_files": "RFTransitioning/RFTransitioningStyle/RFMagicMoveTransitioning.{h,m}",
533           "public_header_files": "RFTransitioning/RFTransitioningStyle/RFMagicMoveTransitioning.h"
534         },
535         {
536           "name": "MoveInFromBottomTransitioningStyle",
537           "dependencies": {
538             "RFAlpha/RFTransitioning/Core": [
540             ],
541             "RFAlpha/RFTransitioning/PullDownToPopInteraction": [
543             ]
544           },
545           "source_files": "RFTransitioning/RFTransitioningStyle/RFMoveInFromBottomTransitioning.{h,m}",
546           "public_header_files": "RFTransitioning/RFTransitioningStyle/RFMoveInFromBottomTransitioning.h"
547         }
548       ]
549     },
550     {
551       "name": "RFViewApperance",
552       "platforms": {
553         "ios": "9.0",
554         "tvos": "9.0"
555       },
556       "subspecs": [
557         {
558           "name": "RFDrawView",
559           "dependencies": {
560             "RFKit/Runtime": [
561               ">=1.7.1"
562             ],
563             "RFInitializing": [
564               ">=1.1"
565             ]
566           },
567           "source_files": "RFViewApperance/RFDrawView.{h,m}",
568           "public_header_files": "RFViewApperance/RFDrawView.h"
569         },
570         {
571           "name": "RFLine",
572           "dependencies": {
573             "RFAlpha/RFViewApperance/RFDrawView": [
575             ]
576           },
577           "source_files": "RFViewApperance/RFLine.{h,m}",
578           "public_header_files": "RFViewApperance/RFLine.h"
579         },
580         {
581           "name": "RFRoundingCornersView",
582           "dependencies": {
583             "RFAlpha/RFViewApperance/RFDrawView": [
585             ]
586           },
587           "source_files": "RFViewApperance/RFRoundingCornersView.{h,m}",
588           "public_header_files": "RFViewApperance/RFRoundingCornersView.h"
589         },
590         {
591           "name": "RFLayerApperance",
592           "dependencies": {
593             "RFKit/Category/UIDevice": [
595             ]
596           },
597           "source_files": "RFViewApperance/UIView+RFLayerApperance.{h,m}",
598           "public_header_files": "RFViewApperance/UIView+RFLayerApperance.h",
599           "frameworks": "QuartzCore"
600         },
601         {
602           "name": "RFPatternImageBackground",
603           "dependencies": {
604             "RFKit/Category/UIColor": [
606             ]
607           },
608           "source_files": "RFViewApperance/UIView+RFPatternImageBackground.{h,m}",
609           "public_header_files": "RFViewApperance/UIView+RFPatternImageBackground.h"
610         }
611       ]
612     },
613     {
614       "name": "RFWindow",
615       "platforms": {
616         "ios": "9.0",
617         "tvos": "9.0"
618       },
619       "dependencies": {
620         "RFInitializing": [
621           ">=1.1"
622         ]
623       },
624       "source_files": "RFWindow/*.{h,m}",
625       "public_header_files": "RFWindow/*.h"
626     }
627   ]