(plugin: Plugin)
| 555 | } |
| 556 | |
| 557 | export function needsStaticPod(plugin: Plugin): boolean { |
| 558 | return useFrameworks(plugin); |
| 559 | } |
| 560 | |
| 561 | function useFrameworks(plugin: Plugin): boolean { |
| 562 | const podspecs = getPlatformElement(plugin, 'ios', 'podspec'); |
no test coverage detected