[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / a / b / 7 / react-component / 1.3.0 / react-component.podspec.json
blob8a9b7ad7737d510b20e84cc8c55db9ae437ca1a4
2   "name": "react-component",
3   "version": "1.3.0",
4   "summary": "An runtime base on react-native.",
5   "description": "\"Introduce this library for your App, development by react-native code.\"",
6   "homepage": "https://github.com/beatjs/react-component",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Liam Xu": "liamxujia@outlook.com"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/beatjs/react-component.git",
18     "tag": "1.3.0"
19   },
20   "header_dir": "ReactComponent",
21   "swift_versions": "5.0",
22   "default_subspecs": "source",
23   "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -Wno-nullability-completeness",
24   "subspecs": [
25     {
26       "name": "framework",
27       "vendored_frameworks": "ios/Framework/ReactComponent.xcframework",
28       "dependencies": {
29         "react-ios/framework": [
30           "~> 0.63.4.2"
31         ],
32         "Sentry": [
33           "~> 6.1.4"
34         ],
35         "SDWebImage": [
36           "~> 5.8"
37         ],
38         "SDWebImageWebPCoder": [
39           "~> 0.6.1"
40         ],
41         "SPTPersistentCache": [
42           "~> 1.1.0"
43         ],
44         "lottie-ios": [
45           "~> 3.1.8"
46         ],
47         "DVAssetLoaderDelegate": [
48           "~> 0.3.1"
49         ]
50       }
51     },
52     {
53       "name": "source",
54       "dependencies": {
55         "react-component/RNCMaskedView": [
57         ],
58         "react-component/RNGestureHandler": [
60         ],
61         "react-component/RNReanimated": [
63         ],
64         "react-component/RNScreens": [
66         ],
67         "react-component/RNDeviceInfo": [
69         ],
70         "react-component/RNSentry": [
72         ],
73         "react-component/RNFastImage": [
75         ],
76         "react-component/RNVectorIcons": [
78         ],
79         "react-component/lottie-react-native": [
81         ],
82         "react-component/react-native-get-random-values": [
84         ],
85         "react-component/react-native-image-resizer": [
87         ],
88         "react-component/react-native-safe-area-context": [
90         ],
91         "react-component/react-native-video": [
93         ],
94         "react-component/react-native-webview": [
96         ],
97         "react-component/react-native-pager-view": [
99         ]
100       }
101     },
102     {
103       "name": "RNCMaskedView",
104       "source_files": "ios/ReactComponent/RNCMaskedView/**/*.{h,m}",
105       "dependencies": {
106         "react-ios": [
107           "~> 0.63.4.2"
108         ]
109       }
110     },
111     {
112       "name": "RNGestureHandler",
113       "source_files": "ios/ReactComponent/RNGestureHandler/**/*.{h,m}",
114       "dependencies": {
115         "react-ios": [
116           "~> 0.63.4.2"
117         ]
118       }
119     },
120     {
121       "name": "RNReanimated",
122       "source_files": "ios/ReactComponent/RNReanimated/**/*.{h,m}",
123       "dependencies": {
124         "react-ios": [
125           "~> 0.63.4.2"
126         ]
127       }
128     },
129     {
130       "name": "RNScreens",
131       "source_files": "ios/ReactComponent/RNScreens/**/*.{h,m}",
132       "dependencies": {
133         "react-ios": [
134           "~> 0.63.4.2"
135         ]
136       }
137     },
138     {
139       "name": "RNDeviceInfo",
140       "source_files": "ios/ReactComponent/RNDeviceInfo/**/*.{h,m}",
141       "dependencies": {
142         "react-ios": [
143           "~> 0.63.4.2"
144         ]
145       }
146     },
147     {
148       "name": "RNSentry",
149       "source_files": "ios/ReactComponent/RNSentry/**/*.{h,m}",
150       "dependencies": {
151         "react-ios": [
152           "~> 0.63.4.2"
153         ],
154         "Sentry": [
155           "~> 7.1.0"
156         ]
157       }
158     },
159     {
160       "name": "RNFastImage",
161       "source_files": "ios/ReactComponent/RNFastImage/**/*.{h,m}",
162       "dependencies": {
163         "react-ios": [
164           "~> 0.63.4.2"
165         ],
166         "SDWebImage": [
167           "~> 5.8"
168         ],
169         "SDWebImageWebPCoder": [
170           "~> 0.6.1"
171         ]
172       }
173     },
174     {
175       "name": "RNVectorIcons",
176       "resource_bundles": {
177         "FontsResources": [
178           "ios/ReactComponent/RNVectorIcons/Fonts/*.ttf"
179         ]
180       },
181       "source_files": "ios/ReactComponent/RNVectorIcons/**/*.{h,m}",
182       "dependencies": {
183         "react-ios": [
184           "~> 0.63.4.2"
185         ]
186       }
187     },
188     {
189       "name": "lottie-react-native",
190       "source_files": "ios/ReactComponent/lottie-react-native/**/*.{h,m,swift}",
191       "dependencies": {
192         "react-ios": [
193           "~> 0.63.4.2"
194         ],
195         "lottie-ios": [
196           "~> 3.1.8"
197         ]
198       }
199     },
200     {
201       "name": "react-native-get-random-values",
202       "source_files": "ios/ReactComponent/react-native-get-random-values/**/*.{h,m}",
203       "dependencies": {
204         "react-ios": [
205           "~> 0.63.4.2"
206         ]
207       }
208     },
209     {
210       "name": "react-native-image-resizer",
211       "source_files": "ios/ReactComponent/react-native-image-resizer/**/*.{h,m}",
212       "dependencies": {
213         "react-ios": [
214           "~> 0.63.4.2"
215         ]
216       }
217     },
218     {
219       "name": "react-native-safe-area-context",
220       "source_files": "ios/ReactComponent/react-native-safe-area-context/**/*.{h,m}",
221       "dependencies": {
222         "react-ios": [
223           "~> 0.63.4.2"
224         ]
225       }
226     },
227     {
228       "name": "react-native-video",
229       "source_files": "ios/ReactComponent/react-native-video/**/*.{h,m}",
230       "dependencies": {
231         "react-ios": [
232           "~> 0.63.4.2"
233         ],
234         "SPTPersistentCache": [
235           "~> 1.1.0"
236         ],
237         "DVAssetLoaderDelegate": [
238           "~> 0.3.1"
239         ]
240       }
241     },
242     {
243       "name": "react-native-webview",
244       "source_files": "ios/ReactComponent/react-native-webview/**/*.{h,m}",
245       "dependencies": {
246         "react-ios": [
247           "~> 0.63.4.2"
248         ]
249       }
250     },
251     {
252       "name": "react-native-pager-view",
253       "source_files": "ios/ReactComponent/react-native-pager-view/**/*.{h,m}",
254       "dependencies": {
255         "react-ios": [
256           "~> 0.63.4.2"
257         ]
258       }
259     }
260   ],
261   "swift_version": "5.0"