[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / c / 6 / 0 / PlayerUI / 0.8.1--canary.486.16730 / PlayerUI.podspec.json
blobee1cff8d8b54f90ab68397c83fa710920b36bc1a
2   "name": "PlayerUI",
3   "version": "0.8.1--canary.486.16730",
4   "summary": "A native renderer for Player content",
5   "swift_versions": [
6     "5.1"
7   ],
8   "description": "This package is used to process semantic JSON in the Player format\nand display it as a SwiftUI view comprised of registered assets.",
9   "homepage": "https://github.com/player-ui/player",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "hborawski": "harris_borawski@intuit.com"
16   },
17   "source": {
18     "git": "https://github.com/player-ui/playerui-swift-package.git",
19     "tag": "0.8.1--canary.486.16730"
20   },
21   "platforms": {
22     "ios": "14.0"
23   },
24   "default_subspecs": "Main",
25   "subspecs": [
26     {
27       "name": "Main",
28       "dependencies": {
29         "PlayerUI/SwiftUI": [
31         ]
32       }
33     },
34     {
35       "name": "Core",
36       "source_files": "ios/core/Sources/**/*",
37       "dependencies": {
38         "SwiftHooks": [
39           "~> 0",
40           ">= 0.1.0"
41         ],
42         "PlayerUI/Logger": [
44         ]
45       },
46       "resource_bundles": {
47         "PlayerUI": [
48           "ios/core/Resources/**/*.js"
49         ]
50       }
51     },
52     {
53       "name": "SwiftUI",
54       "dependencies": {
55         "PlayerUI/Core": [
57         ]
58       },
59       "source_files": "ios/swiftui/Sources/**/*"
60     },
61     {
62       "name": "Logger",
63       "dependencies": {
64         "SwiftHooks": [
65           "~> 0",
66           ">= 0.1.0"
67         ]
68       },
69       "source_files": "ios/logger/Sources/**/*"
70     },
71     {
72       "name": "ReferenceAssets",
73       "dependencies": {
74         "PlayerUI/Core": [
76         ],
77         "PlayerUI/SwiftUI": [
79         ],
80         "PlayerUI/BeaconPlugin": [
82         ],
83         "PlayerUI/SwiftUIPendingTransactionPlugin": [
85         ]
86       },
87       "source_files": "plugins/reference-assets/swiftui/Sources/**/*",
88       "resource_bundles": {
89         "ReferenceAssets": [
90           "plugins/reference-assets/swiftui/Resources/js/**/*.js",
91           "plugins/reference-assets/swiftui/Resources/svg/*.xcassets",
92           "plugins/reference-assets/swiftui/Resources/svg/*.xcassets/**/*"
93         ]
94       }
95     },
96     {
97       "name": "TestUtilitiesCore",
98       "dependencies": {
99         "PlayerUI/Core": [
101         ],
102         "PlayerUI/SwiftUI": [
104         ]
105       },
106       "source_files": "ios/test-utils-core/Sources/**/*",
107       "resource_bundles": {
108         "TestUtilities": [
109           "ios/test-utils-core/Resources/**/*.js"
110         ]
111       }
112     },
113     {
114       "name": "TestUtilities",
115       "dependencies": {
116         "PlayerUI/Core": [
118         ],
119         "PlayerUI/SwiftUI": [
121         ],
122         "PlayerUI/TestUtilitiesCore": [
124         ]
125       },
126       "source_files": "ios/test-utils/Sources/**/*",
127       "weak_frameworks": "XCTest",
128       "pod_target_xcconfig": {
129         "ENABLE_BITCODE": "NO",
130         "ENABLE_TESTING_SEARCH_PATHS": "YES"
131       }
132     },
133     {
134       "name": "BaseBeaconPlugin",
135       "dependencies": {
136         "PlayerUI/Core": [
138         ]
139       },
140       "source_files": "plugins/beacon/ios/Sources/**/*",
141       "resource_bundles": {
142         "PlayerUI_BaseBeaconPlugin": [
143           "plugins/beacon/ios/Resources/**/*.js"
144         ]
145       }
146     },
147     {
148       "name": "CheckPathPlugin",
149       "dependencies": {
150         "PlayerUI/Core": [
152         ]
153       },
154       "source_files": "plugins/check-path/ios/Sources/**/*",
155       "resource_bundles": {
156         "PlayerUI_CheckPathPlugin": [
157           "plugins/check-path/ios/Resources/**/*.js"
158         ]
159       }
160     },
161     {
162       "name": "CommonExpressionsPlugin",
163       "dependencies": {
164         "PlayerUI/Core": [
166         ]
167       },
168       "source_files": "plugins/common-expressions/ios/Sources/**/*",
169       "resource_bundles": {
170         "PlayerUI_CommonExpressionsPlugin": [
171           "plugins/common-expressions/ios/Resources/**/*.js"
172         ]
173       }
174     },
175     {
176       "name": "CommonTypesPlugin",
177       "dependencies": {
178         "PlayerUI/Core": [
180         ]
181       },
182       "source_files": "plugins/common-types/ios/Sources/**/*",
183       "resource_bundles": {
184         "PlayerUI_CommonTypesPlugin": [
185           "plugins/common-types/ios/Resources/**/*.js"
186         ]
187       }
188     },
189     {
190       "name": "ComputedPropertiesPlugin",
191       "dependencies": {
192         "PlayerUI/Core": [
194         ]
195       },
196       "source_files": "plugins/computed-properties/ios/Sources/**/*",
197       "resource_bundles": {
198         "PlayerUI_ComputedPropertiesPlugin": [
199           "plugins/computed-properties/ios/Resources/**/*.js"
200         ]
201       }
202     },
203     {
204       "name": "ExpressionPlugin",
205       "dependencies": {
206         "PlayerUI/Core": [
208         ]
209       },
210       "source_files": "plugins/expression/ios/Sources/**/*",
211       "resource_bundles": {
212         "PlayerUI_ExpressionPlugin": [
213           "plugins/expression/ios/Resources/**/*.js"
214         ]
215       }
216     },
217     {
218       "name": "ExternalActionPlugin",
219       "dependencies": {
220         "PlayerUI/Core": [
222         ]
223       },
224       "source_files": "plugins/external-action/ios/Sources/**/*",
225       "resource_bundles": {
226         "PlayerUI_ExternalActionPlugin": [
227           "plugins/external-action/ios/Resources/**/*.js"
228         ]
229       }
230     },
231     {
232       "name": "PubSubPlugin",
233       "dependencies": {
234         "PlayerUI/Core": [
236         ]
237       },
238       "source_files": "plugins/pubsub/ios/Sources/**/*",
239       "resource_bundles": {
240         "PlayerUI_PubSubPlugin": [
241           "plugins/pubsub/ios/Resources/**/*.js"
242         ]
243       }
244     },
245     {
246       "name": "StageRevertDataPlugin",
247       "dependencies": {
248         "PlayerUI/Core": [
250         ]
251       },
252       "source_files": "plugins/stage-revert-data/ios/Sources/**/*",
253       "resource_bundles": {
254         "PlayerUI_StageRevertDataPlugin": [
255           "plugins/stage-revert-data/ios/Resources/**/*.js"
256         ]
257       }
258     },
259     {
260       "name": "TypesProviderPlugin",
261       "dependencies": {
262         "PlayerUI/Core": [
264         ]
265       },
266       "source_files": "plugins/types-provider/ios/Sources/**/*",
267       "resource_bundles": {
268         "PlayerUI_TypesProviderPlugin": [
269           "plugins/types-provider/ios/Resources/**/*.js"
270         ]
271       }
272     },
273     {
274       "name": "PrintLoggerPlugin",
275       "dependencies": {
276         "PlayerUI/Core": [
278         ]
279       },
280       "source_files": "plugins/console-logger/ios/Sources/**/*"
281     },
282     {
283       "name": "BeaconPlugin",
284       "dependencies": {
285         "PlayerUI/Core": [
287         ],
288         "PlayerUI/SwiftUI": [
290         ],
291         "PlayerUI/BaseBeaconPlugin": [
293         ]
294       },
295       "source_files": "plugins/beacon/swiftui/Sources/**/*"
296     },
297     {
298       "name": "MetricsPlugin",
299       "dependencies": {
300         "PlayerUI/Core": [
302         ],
303         "PlayerUI/SwiftUI": [
305         ]
306       },
307       "source_files": "plugins/metrics/swiftui/Sources/**/*",
308       "resource_bundles": {
309         "PlayerUI_MetricsPlugin": [
310           "plugins/metrics/swiftui/Resources/**/*.js"
311         ]
312       }
313     },
314     {
315       "name": "SwiftUICheckPathPlugin",
316       "dependencies": {
317         "PlayerUI/Core": [
319         ],
320         "PlayerUI/SwiftUI": [
322         ],
323         "PlayerUI/CheckPathPlugin": [
325         ]
326       },
327       "source_files": "plugins/check-path/swiftui/Sources/**/*"
328     },
329     {
330       "name": "ExternalActionViewModifierPlugin",
331       "dependencies": {
332         "PlayerUI/Core": [
334         ],
335         "PlayerUI/SwiftUI": [
337         ],
338         "PlayerUI/ExternalActionPlugin": [
340         ]
341       },
342       "source_files": "plugins/external-action/swiftui/Sources/**/*"
343     },
344     {
345       "name": "SwiftUIPendingTransactionPlugin",
346       "dependencies": {
347         "PlayerUI/Core": [
349         ],
350         "PlayerUI/SwiftUI": [
352         ]
353       },
354       "source_files": "plugins/pending-transaction/swiftui/Sources/**/*"
355     },
356     {
357       "name": "TransitionPlugin",
358       "dependencies": {
359         "PlayerUI/Core": [
361         ],
362         "PlayerUI/SwiftUI": [
364         ]
365       },
366       "source_files": "plugins/transition/swiftui/Sources/**/*"
367     }
368   ],
369   "swift_version": "5.1"