[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / a / b / 7 / react-component / 1.2.0 / react-component.podspec.json
blob8fe1d71092c211e0dbeec6816dac39c403f76f49
2   "name": "react-component",
3   "version": "1.2.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.2.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         "react-component/react-native-pager-view": [
101         ]
102       }
103     },
104     {
105       "name": "RNCMaskedView",
106       "source_files": "ios/ReactComponent/RNCMaskedView/**/*.{h,m}",
107       "dependencies": {
108         "react-ios": [
109           "~> 0.63.4.1"
110         ]
111       }
112     },
113     {
114       "name": "RNGestureHandler",
115       "source_files": "ios/ReactComponent/RNGestureHandler/**/*.{h,m}",
116       "dependencies": {
117         "react-ios": [
118           "~> 0.63.4.1"
119         ]
120       }
121     },
122     {
123       "name": "RNReanimated",
124       "source_files": "ios/ReactComponent/RNReanimated/**/*.{h,m}",
125       "dependencies": {
126         "react-ios": [
127           "~> 0.63.4.1"
128         ]
129       }
130     },
131     {
132       "name": "RNScreens",
133       "source_files": "ios/ReactComponent/RNScreens/**/*.{h,m}",
134       "dependencies": {
135         "react-ios": [
136           "~> 0.63.4.1"
137         ]
138       }
139     },
140     {
141       "name": "RNDeviceInfo",
142       "source_files": "ios/ReactComponent/RNDeviceInfo/**/*.{h,m}",
143       "dependencies": {
144         "react-ios": [
145           "~> 0.63.4.1"
146         ]
147       }
148     },
149     {
150       "name": "RNSentry",
151       "source_files": "ios/ReactComponent/RNSentry/**/*.{h,m}",
152       "dependencies": {
153         "react-ios": [
154           "~> 0.63.4.1"
155         ],
156         "Sentry": [
157           "~> 6.1.4"
158         ]
159       }
160     },
161     {
162       "name": "RNFastImage",
163       "source_files": "ios/ReactComponent/RNFastImage/**/*.{h,m}",
164       "dependencies": {
165         "react-ios": [
166           "~> 0.63.4.1"
167         ],
168         "SDWebImage": [
169           "~> 5.8"
170         ],
171         "SDWebImageWebPCoder": [
172           "~> 0.6.1"
173         ]
174       }
175     },
176     {
177       "name": "RNVectorIcons",
178       "resource_bundles": {
179         "FontsResources": [
180           "ios/ReactComponent/RNVectorIcons/Fonts/*.ttf"
181         ]
182       },
183       "source_files": "ios/ReactComponent/RNVectorIcons/**/*.{h,m}",
184       "dependencies": {
185         "react-ios": [
186           "~> 0.63.4.1"
187         ]
188       }
189     },
190     {
191       "name": "lottie-react-native",
192       "source_files": "ios/ReactComponent/lottie-react-native/**/*.{h,m,swift}",
193       "dependencies": {
194         "react-ios": [
195           "~> 0.63.4.1"
196         ],
197         "lottie-ios": [
198           "~> 3.1.8"
199         ]
200       }
201     },
202     {
203       "name": "react-native-get-random-values",
204       "source_files": "ios/ReactComponent/react-native-get-random-values/**/*.{h,m}",
205       "dependencies": {
206         "react-ios": [
207           "~> 0.63.4.1"
208         ]
209       }
210     },
211     {
212       "name": "react-native-image-resizer",
213       "source_files": "ios/ReactComponent/react-native-image-resizer/**/*.{h,m}",
214       "dependencies": {
215         "react-ios": [
216           "~> 0.63.4.1"
217         ]
218       }
219     },
220     {
221       "name": "react-native-safe-area-context",
222       "source_files": "ios/ReactComponent/react-native-safe-area-context/**/*.{h,m}",
223       "dependencies": {
224         "react-ios": [
225           "~> 0.63.4.1"
226         ]
227       }
228     },
229     {
230       "name": "react-native-video",
231       "source_files": "ios/ReactComponent/react-native-video/**/*.{h,m}",
232       "dependencies": {
233         "react-ios": [
234           "~> 0.63.4.1"
235         ],
236         "SPTPersistentCache": [
237           "~> 1.1.0"
238         ],
239         "DVAssetLoaderDelegate": [
240           "~> 0.3.1"
241         ]
242       }
243     },
244     {
245       "name": "react-native-webview",
246       "source_files": "ios/ReactComponent/react-native-webview/**/*.{h,m}",
247       "dependencies": {
248         "react-ios": [
249           "~> 0.63.4.1"
250         ]
251       }
252     },
253     {
254       "name": "react-native-pager-view",
255       "source_files": "ios/ReactComponent/react-native-pager-view/**/*.{h,m}",
256       "dependencies": {
257         "react-ios": [
258           "~> 0.63.4.1"
259         ]
260       }
261     }
262   ],
263   "swift_version": "5.0"