[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / 8 / RFAlpha / 0.6.0 / RFAlpha.podspec.json
blob78fa50d41cbfde26c8725aee9f752bd86818d0e9
2   "name": "RFAlpha",
3   "version": "0.6.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": "8.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": "8.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": "8.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": "RFCallbackControl",
62       "dependencies": {
63         "RFKit/Runtime": [
64           ">=1.7.1"
65         ],
66         "RFKit/Category/NSArray": [
68         ]
69       },
70       "source_files": "RFCallbackControl/*.{h,m}",
71       "public_header_files": "RFCallbackControl/*.h"
72     },
73     {
74       "name": "RFCarouselView",
75       "platforms": {
76         "ios": "8.0",
77         "tvos": "9.0"
78       },
79       "dependencies": {
80         "RFAlpha/RFTimer": [
82         ],
83         "RFInitializing": [
84           ">=1.1"
85         ],
86         "RFKit/Runtime": [
87           ">=1.7.1"
88         ],
89         "RFKit/Category/UIView+RFAnimate": [
91         ],
92         "RFKit/Category/UIView": [
94         ]
95       },
96       "source_files": "RFCarouselView/*.{h,m}",
97       "public_header_files": "RFCarouselView/*.h"
98     },
99     {
100       "name": "RFCheckbox",
101       "platforms": {
102         "ios": "8.0",
103         "tvos": "9.0"
104       },
105       "dependencies": {
106         "RFAlpha/RFButton": [
108         ]
109       },
110       "source_files": "RFCheckbox/*.{h,m}",
111       "public_header_files": "RFCheckbox/*.h"
112     },
113     {
114       "name": "RFContainerView",
115       "platforms": {
116         "ios": "8.0",
117         "tvos": "9.0"
118       },
119       "dependencies": {
120         "RFKit/Runtime": [
121           ">=1.7.1"
122         ],
123         "RFKit/Category/UIView": [
125         ],
126         "RFKit/Category/UIViewController": [
128         ],
129         "RFInitializing": [
130           ">=1.1"
131         ]
132       },
133       "source_files": "RFContainerView/*.{h,m}",
134       "public_header_files": "RFContainerView/*.h"
135     },
136     {
137       "name": "RFDataSourceArray",
138       "source_files": "RFDataSourceArray/*.{h,m}",
139       "public_header_files": "RFDataSourceArray/*.h"
140     },
141     {
142       "name": "RFDispatchTimer",
143       "platforms": {
144         "ios": "8.0",
145         "osx": "10.8",
146         "watchos": "2.0",
147         "tvos": "9.0"
148       },
149       "source_files": "RFDispatchTimer/*.{h,m}",
150       "public_header_files": "RFDispatchTimer/*.h"
151     },
152     {
153       "name": "RFDrawImage",
154       "platforms": {
155         "ios": "8.0",
156         "watchos": "2.0",
157         "tvos": "9.0"
158       },
159       "dependencies": {
160         "RFKit/Runtime": [
161           ">=1.7.1"
162         ]
163       },
164       "source_files": "RFDrawImage/*.{h,m}",
165       "public_header_files": "RFDrawImage/*.h"
166     },
167     {
168       "name": "RFImageCropper",
169       "platforms": {
170         "ios": "8.0"
171       },
172       "dependencies": {
173         "RFKit/Runtime": [
174           ">=1.7.1"
175         ],
176         "RFKit/Category/UIColor": [
178         ],
179         "RFKit/Category/UIImage": [
181         ],
182         "RFKit/Category/UIView": [
184         ],
185         "RFKit/Category/UIView+RFAnimate": [
187         ],
188         "RFInitializing": [
189           ">=1.1"
190         ]
191       },
192       "source_files": "RFImageCropper/*.{h,m}",
193       "public_header_files": "RFImageCropper/*.h"
194     },
195     {
196       "name": "RFKVOWrapper",
197       "platforms": {
198         "ios": "8.0",
199         "osx": "10.8",
200         "watchos": "2.0",
201         "tvos": "9.0"
202       },
203       "dependencies": {
204         "RFKit/Runtime": [
205           ">=1.7.1"
206         ]
207       },
208       "source_files": "RFKVOWrapper/*.{h,m}",
209       "public_header_files": "RFKVOWrapper/*.h"
210     },
211     {
212       "name": "RFNavigationController",
213       "platforms": {
214         "ios": "8.0"
215       },
216       "dependencies": {
217         "RFKit/Runtime": [
218           ">=1.7.1"
219         ],
220         "RFKit/Category/NSError": [
222         ],
223         "RFKit/Category/UIView": [
225         ],
226         "RFKit/Category/UIView+RFAnimate": [
228         ],
229         "RFKit/Category/UIViewController+RFInterfaceOrientation": [
231         ],
232         "RFAlpha/RFTransitioning/NavigationControllerTransition": [
234         ]
235       },
236       "source_files": "RFNavigationController/*.{h,m}",
237       "public_header_files": "RFNavigationController/*.h"
238     },
239     {
240       "name": "RFRefreshButton",
241       "platforms": {
242         "ios": "8.0",
243         "tvos": "9.0"
244       },
245       "dependencies": {
246         "RFKit/Runtime": [
247           ">=1.7.1"
248         ],
249         "RFKit/Category/UIView": [
251         ],
252         "RFInitializing": [
253           ">=1.1"
254         ]
255       },
256       "source_files": "RFRefreshButton/*.{h,m}",
257       "public_header_files": "RFRefreshButton/*.h"
258     },
259     {
260       "name": "RFRefreshControl",
261       "platforms": {
262         "ios": "8.0",
263         "tvos": "9.0"
264       },
265       "dependencies": {
266         "RFKit/Runtime": [
267           ">=1.7.1"
268         ]
269       },
270       "source_files": "RFRefreshControl/*.{h,m}",
271       "public_header_files": "RFRefreshControl/*.h"
272     },
273     {
274       "name": "RFScrollViewPageControl",
275       "platforms": {
276         "ios": "8.0",
277         "tvos": "9.0"
278       },
279       "dependencies": {
280         "RFKit/Runtime": [
281           ">=1.7.1"
282         ],
283         "RFInitializing": [
284           ">=1.1"
285         ],
286         "RFAlpha/RFKVOWrapper": [
288         ]
289       },
290       "source_files": "RFScrollViewPageControl/*.{h,m}",
291       "public_header_files": "RFScrollViewPageControl/*.h"
292     },
293     {
294       "name": "RFSerialTaskOperationController",
295       "platforms": {
296         "ios": "8.0",
297         "osx": "10.8",
298         "watchos": "2.0",
299         "tvos": "9.0"
300       },
301       "dependencies": {
302         "RFKit/Runtime": [
303           ">=1.7.1"
304         ]
305       },
306       "source_files": "RFSerialTaskOperationController/*.{h,m}",
307       "public_header_files": "RFSerialTaskOperationController/*.h"
308     },
309     {
310       "name": "RFSliderView",
311       "platforms": {
312         "ios": "8.0"
313       },
314       "dependencies": {
315         "RFAlpha/RFTimer": [
317         ],
318         "RFInitializing": [
319           ">=1.1"
320         ],
321         "RFKit/Runtime": [
322           ">=1.7.1"
323         ],
324         "RFKit/Category/UIView+RFAnimate": [
326         ],
327         "RFKit/Category/UIView": [
329         ]
330       },
331       "source_files": "RFSliderView/*.{h,m}",
332       "public_header_files": "RFSliderView/*.h"
333     },
334     {
335       "name": "RFSound",
336       "platforms": {
337         "ios": "8.0"
338       },
339       "dependencies": {
340         "RFKit/Runtime": [
341           ">=1.7.1"
342         ]
343       },
344       "source_files": "RFSound/*.{h,m}",
345       "public_header_files": "RFSound/*.h",
346       "frameworks": [
347         "AudioToolbox",
348         "MediaPlayer"
349       ]
350     },
351     {
352       "name": "RFSwizzle",
353       "platforms": {
354         "ios": "8.0",
355         "osx": "10.8",
356         "watchos": "2.0",
357         "tvos": "9.0"
358       },
359       "dependencies": {
360         "RFKit/Runtime": [
361           ">=1.7.1"
362         ]
363       },
364       "source_files": "RFSwizzle/*.{h,m}",
365       "public_header_files": "RFSwizzle/*.h"
366     },
367     {
368       "name": "RFSynthesize",
369       "platforms": {
370         "ios": "8.0",
371         "osx": "10.8",
372         "watchos": "2.0",
373         "tvos": "9.0"
374       },
375       "dependencies": {
376         "RFKit/Runtime": [
377           ">=1.7.1"
378         ]
379       },
380       "source_files": "RFSynthesize/*.{h,m}",
381       "public_header_files": "RFSynthesize/*.h"
382     },
383     {
384       "name": "RFTabController",
385       "platforms": {
386         "ios": "8.0",
387         "tvos": "9.0"
388       },
389       "dependencies": {
390         "RFKit/Runtime": [
391           ">=1.7.1"
392         ],
393         "RFKit/Category/NSArray": [
395         ],
396         "RFKit/Category/UIView": [
398         ],
399         "RFInitializing": [
400           ">=1.1"
401         ],
402         "RFAlpha/RFDataSourceArray": [
404         ]
405       },
406       "source_files": "RFTabController/*.{h,m}",
407       "public_header_files": "RFTabController/*.h"
408     },
409     {
410       "name": "RFTableViewAutoFetchDataSource",
411       "platforms": {
412         "ios": "8.0",
413         "tvos": "9.0"
414       },
415       "dependencies": {
416         "RFDelegateChain/Chain": [
418         ]
419       },
420       "source_files": "RFTableViewAutoFetchDataSource/*.{h,m}",
421       "public_header_files": "RFTableViewAutoFetchDataSource/*.h",
422       "frameworks": "CoreData"
423     },
424     {
425       "name": "RFTableViewCellHeightDelegate",
426       "platforms": {
427         "ios": "8.0"
428       },
429       "dependencies": {
430         "RFDelegateChain/Chain": [
432         ],
433         "RFKit/Runtime": [
434           ">=1.7.1"
435         ],
436         "RFKit/Category/UIView+RFAnimate": [
438         ]
439       },
440       "source_files": "RFTableViewCellHeightDelegate/*.{h,m}",
441       "public_header_files": "RFTableViewCellHeightDelegate/*.h"
442     },
443     {
444       "name": "RFTableViewPullToFetchPlugin",
445       "platforms": {
446         "ios": "8.0"
447       },
448       "dependencies": {
449         "RFDelegateChain/Chain": [
451         ],
452         "RFKit/Category/UIView+RFAnimate": [
454         ],
455         "RFKit/Category/UIView": [
457         ],
458         "RFAlpha/RFKVOWrapper": [
460         ]
461       },
462       "source_files": "RFTableViewPullToFetchPlugin/*.{h,m}",
463       "public_header_files": "RFTableViewPullToFetchPlugin/*.h"
464     },
465     {
466       "name": "RFTimer",
467       "platforms": {
468         "ios": "8.0",
469         "osx": "10.8",
470         "watchos": "2.0",
471         "tvos": "9.0"
472       },
473       "source_files": "RFTimer/*.{h,m}",
474       "public_header_files": "RFTimer/*.h"
475     },
476     {
477       "name": "RFTransitioning",
478       "platforms": {
479         "ios": "8.0"
480       },
481       "subspecs": [
482         {
483           "name": "Core",
484           "dependencies": {
485             "RFKit/Runtime": [
486               ">=1.7.1"
487             ],
488             "RFInitializing": [
489               ">=1.1"
490             ]
491           },
492           "source_files": [
493             "RFTransitioning/RFAnimationTransitioning.{h,m}"
494           ],
495           "public_header_files": [
496             "RFTransitioning/RFAnimationTransitioning.h"
497           ]
498         },
499         {
500           "name": "NavigationControllerTransition",
501           "dependencies": {
502             "RFAlpha/RFTransitioning/Core": [
504             ],
505             "RFDelegateChain/Chain": [
507             ]
508           },
509           "source_files": [
510             "RFTransitioning/RFNavigation*.{h,m}",
511             "RFTransitioning/UIViewController+RFTransitioning.{h,m}"
512           ],
513           "public_header_files": [
514             "RFTransitioning/RFNavigation*.h",
515             "RFTransitioning/UIViewController+RFTransitioning.h"
516           ]
517         },
518         {
519           "name": "PullDownToPopInteraction",
520           "dependencies": {
521             "RFAlpha/RFTransitioning/Core": [
523             ],
524             "RFAlpha/RFTransitioning/NavigationControllerTransition": [
526             ],
527             "RFKit/Category/UIView+RFAnimate": [
529             ]
530           },
531           "source_files": "RFTransitioning/RFInteractiveTransitioning/RFPullDownToPopInteractionController.{h,m}",
532           "public_header_files": "RFTransitioning/RFInteractiveTransitioning/RFPullDownToPopInteractionController.h"
533         },
534         {
535           "name": "MagicMoveTransitioningStyle",
536           "dependencies": {
537             "RFAlpha/RFTransitioning/Core": [
539             ],
540             "RFKit/Category/UIView": [
542             ],
543             "RFKit/Category/UIView+RFAnimate": [
545             ]
546           },
547           "source_files": "RFTransitioning/RFTransitioningStyle/RFMagicMoveTransitioning.{h,m}",
548           "public_header_files": "RFTransitioning/RFTransitioningStyle/RFMagicMoveTransitioning.h"
549         },
550         {
551           "name": "MoveInFromBottomTransitioningStyle",
552           "dependencies": {
553             "RFAlpha/RFTransitioning/Core": [
555             ],
556             "RFAlpha/RFTransitioning/PullDownToPopInteraction": [
558             ]
559           },
560           "source_files": "RFTransitioning/RFTransitioningStyle/RFMoveInFromBottomTransitioning.{h,m}",
561           "public_header_files": "RFTransitioning/RFTransitioningStyle/RFMoveInFromBottomTransitioning.h"
562         }
563       ]
564     },
565     {
566       "name": "RFViewApperance",
567       "platforms": {
568         "ios": "8.0",
569         "tvos": "9.0"
570       },
571       "subspecs": [
572         {
573           "name": "RFDrawView",
574           "dependencies": {
575             "RFKit/Runtime": [
576               ">=1.7.1"
577             ],
578             "RFInitializing": [
579               ">=1.1"
580             ]
581           },
582           "source_files": "RFViewApperance/RFDrawView.{h,m}",
583           "public_header_files": "RFViewApperance/RFDrawView.h"
584         },
585         {
586           "name": "RFLine",
587           "dependencies": {
588             "RFAlpha/RFViewApperance/RFDrawView": [
590             ]
591           },
592           "source_files": "RFViewApperance/RFLine.{h,m}",
593           "public_header_files": "RFViewApperance/RFLine.h"
594         },
595         {
596           "name": "RFRoundingCornersView",
597           "dependencies": {
598             "RFAlpha/RFViewApperance/RFDrawView": [
600             ]
601           },
602           "source_files": "RFViewApperance/RFRoundingCornersView.{h,m}",
603           "public_header_files": "RFViewApperance/RFRoundingCornersView.h"
604         },
605         {
606           "name": "RFLayerApperance",
607           "dependencies": {
608             "RFKit/Category/UIDevice": [
610             ]
611           },
612           "source_files": "RFViewApperance/UIView+RFLayerApperance.{h,m}",
613           "public_header_files": "RFViewApperance/UIView+RFLayerApperance.h",
614           "frameworks": "QuartzCore"
615         },
616         {
617           "name": "RFPatternImageBackground",
618           "dependencies": {
619             "RFKit/Category/UIColor": [
621             ]
622           },
623           "source_files": "RFViewApperance/UIView+RFPatternImageBackground.{h,m}",
624           "public_header_files": "RFViewApperance/UIView+RFPatternImageBackground.h"
625         }
626       ]
627     },
628     {
629       "name": "RFWindow",
630       "platforms": {
631         "ios": "8.0",
632         "tvos": "9.0"
633       },
634       "dependencies": {
635         "RFInitializing": [
636           ">=1.1"
637         ]
638       },
639       "source_files": "RFWindow/*.{h,m}",
640       "public_header_files": "RFWindow/*.h"
641     }
642   ]