[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / b / 7 / react-component / 1.1.0 / react-component.podspec.json
blob3854317009a941e83a37b4a69918a11edef36133
2   "name": "react-component",
3   "version": "1.1.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.1.0"
19   },
20   "header_dir": "ReactComponent",
21   "swift_versions": "5.0",
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "default_subspecs": "source",
26   "subspecs": [
27     {
28       "name": "framework",
29       "vendored_frameworks": "ios/ReactComponent.xcframework",
30       "dependencies": {
31         "react-ios/framework": [
32           "~> 0.63.4.2"
33         ],
34         "Sentry": [
35           "~> 6.1.4"
36         ],
37         "SDWebImage": [
38           "~> 5.8"
39         ],
40         "SDWebImageWebPCoder": [
41           "~> 0.6.1"
42         ],
43         "SPTPersistentCache": [
44           "~> 1.1.0"
45         ],
46         "lottie-ios": [
47           "~> 3.1.8"
48         ],
49         "DVAssetLoaderDelegate": [
50           "~> 0.3.1"
51         ]
52       }
53     },
54     {
55       "name": "source",
56       "dependencies": {
57         "react-component/RNCMaskedView": [
59         ],
60         "react-component/RNGestureHandler": [
62         ],
63         "react-component/RNReanimated": [
65         ],
66         "react-component/RNScreens": [
68         ],
69         "react-component/RNDeviceInfo": [
71         ],
72         "react-component/RNSentry": [
74         ],
75         "react-component/RNFastImage": [
77         ],
78         "react-component/RNVectorIcons": [
80         ],
81         "react-component/lottie-react-native": [
83         ],
84         "react-component/react-native-get-random-values": [
86         ],
87         "react-component/react-native-image-resizer": [
89         ],
90         "react-component/react-native-safe-area-context": [
92         ],
93         "react-component/react-native-video": [
95         ],
96         "react-component/react-native-webview": [
98         ]
99       }
100     },
101     {
102       "name": "RNCMaskedView",
103       "source_files": "ios/ReactComponent/RNCMaskedView/**/*.{h,m}",
104       "dependencies": {
105         "react-ios": [
106           "~> 0.63.4.1"
107         ]
108       }
109     },
110     {
111       "name": "RNGestureHandler",
112       "source_files": "ios/ReactComponent/RNGestureHandler/**/*.{h,m}",
113       "dependencies": {
114         "react-ios": [
115           "~> 0.63.4.1"
116         ]
117       }
118     },
119     {
120       "name": "RNReanimated",
121       "source_files": "ios/ReactComponent/RNReanimated/**/*.{h,m}",
122       "dependencies": {
123         "react-ios": [
124           "~> 0.63.4.1"
125         ]
126       }
127     },
128     {
129       "name": "RNScreens",
130       "source_files": "ios/ReactComponent/RNScreens/**/*.{h,m}",
131       "dependencies": {
132         "react-ios": [
133           "~> 0.63.4.1"
134         ]
135       }
136     },
137     {
138       "name": "RNDeviceInfo",
139       "source_files": "ios/ReactComponent/RNDeviceInfo/**/*.{h,m}",
140       "dependencies": {
141         "react-ios": [
142           "~> 0.63.4.1"
143         ]
144       }
145     },
146     {
147       "name": "RNSentry",
148       "source_files": "ios/ReactComponent/RNSentry/**/*.{h,m}",
149       "dependencies": {
150         "react-ios": [
151           "~> 0.63.4.1"
152         ],
153         "Sentry": [
154           "~> 6.1.4"
155         ]
156       }
157     },
158     {
159       "name": "RNFastImage",
160       "source_files": "ios/ReactComponent/RNFastImage/**/*.{h,m}",
161       "dependencies": {
162         "react-ios": [
163           "~> 0.63.4.1"
164         ],
165         "SDWebImage": [
166           "~> 5.8"
167         ],
168         "SDWebImageWebPCoder": [
169           "~> 0.6.1"
170         ]
171       }
172     },
173     {
174       "name": "RNVectorIcons",
175       "resource_bundles": {
176         "FontsResources": [
177           "ios/ReactComponent/RNVectorIcons/Fonts/*.ttf"
178         ]
179       },
180       "source_files": "ios/ReactComponent/RNVectorIcons/**/*.{h,m}",
181       "dependencies": {
182         "react-ios": [
183           "~> 0.63.4.1"
184         ]
185       }
186     },
187     {
188       "name": "lottie-react-native",
189       "source_files": "ios/ReactComponent/lottie-react-native/**/*.{h,m,swift}",
190       "dependencies": {
191         "react-ios": [
192           "~> 0.63.4.1"
193         ],
194         "lottie-ios": [
195           "~> 3.1.8"
196         ]
197       }
198     },
199     {
200       "name": "react-native-get-random-values",
201       "source_files": "ios/ReactComponent/react-native-get-random-values/**/*.{h,m}",
202       "dependencies": {
203         "react-ios": [
204           "~> 0.63.4.1"
205         ]
206       }
207     },
208     {
209       "name": "react-native-image-resizer",
210       "source_files": "ios/ReactComponent/react-native-image-resizer/**/*.{h,m}",
211       "dependencies": {
212         "react-ios": [
213           "~> 0.63.4.1"
214         ]
215       }
216     },
217     {
218       "name": "react-native-safe-area-context",
219       "source_files": "ios/ReactComponent/react-native-safe-area-context/**/*.{h,m}",
220       "dependencies": {
221         "react-ios": [
222           "~> 0.63.4.1"
223         ]
224       }
225     },
226     {
227       "name": "react-native-video",
228       "source_files": "ios/ReactComponent/react-native-video/**/*.{h,m}",
229       "dependencies": {
230         "react-ios": [
231           "~> 0.63.4.1"
232         ],
233         "SPTPersistentCache": [
234           "~> 1.1.0"
235         ],
236         "DVAssetLoaderDelegate": [
237           "~> 0.3.1"
238         ]
239       }
240     },
241     {
242       "name": "react-native-webview",
243       "source_files": "ios/ReactComponent/react-native-webview/**/*.{h,m}",
244       "dependencies": {
245         "react-ios": [
246           "~> 0.63.4.1"
247         ]
248       }
249     }
250   ],
251   "swift_version": "5.0"