[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 4 / 9 / RFSegue / 4.1.0 / RFSegue.podspec.json
blob4e51a291e643bd29ff35cd20d083fac2df85c101
2   "name": "RFSegue",
3   "version": "4.1.0",
4   "summary": "Missing features for UIStoryboardSegue.",
5   "description": "Safter push segue, silent fail when the navigation controller is nil.\nPerform an segue asynchronous.",
6   "homepage": "https://github.com/RFUI/RFSegue",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BB9z": "bb9z@me.com"
13   },
14   "source": {
15     "git": "https://github.com/RFUI/RFSegue.git",
16     "tag": "4.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "frameworks": "UIKit",
24   "pod_target_xcconfig": {
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "RFKit/Runtime": [
31           ">= 1.7"
32         ],
33         "RFKit/Category/UIDevice": [
35         ],
36         "RFKit/Category/UINavigationController": [
38         ]
39       },
40       "source_files": [
41         "RFSegue.{h,m}",
42         "RFSegueDelegate.h",
43         "RFNavigationPush*.{h,m}"
44       ],
45       "public_header_files": [
46         "RFSegue.h",
47         "RFSegueDelegate.h",
48         "RFNavigationPush*.h"
49       ]
50     },
51     {
52       "name": "Present",
53       "dependencies": {
54         "RFSegue/Core": [
56         ]
57       },
58       "source_files": [
59         "RFPresent*.{h,m}"
60       ],
61       "public_header_files": [
62         "RFPresent*.h"
63       ]
64     },
65     {
66       "name": "Async",
67       "dependencies": {
68         "RFSegue/Core": [
70         ]
71       },
72       "source_files": [
73         "Async/*.{h,m}"
74       ],
75       "public_header_files": [
76         "Async/*.h"
77       ]
78     },
79     {
80       "name": "Return",
81       "dependencies": {
82         "RFKit/Runtime": [
83           ">= 1.7"
84         ],
85         "RFKit/Category/UIView": [
87         ],
88         "RFKit/Category/UIResponder": [
90         ],
91         "RFSegue/Core": [
93         ]
94       },
95       "source_files": [
96         "Return/*.{h,m}"
97       ],
98       "public_header_files": [
99         "Return/*.h"
100       ]
101     }
102   ]