-
- All Implemented Interfaces:
public final class KotlinCocoapodsPluginKt
-
-
Method Summary
Modifier and Type Method Description final static UnitwithPodspec(KotlinNativeArtifactConfig $self, Function1<KotlinArtifactsPodspecExtension, Unit> configure)Extends a KotlinArtifact with a corresponding PodspecOnly needed in *.kts build files. -
-
Method Detail
-
withPodspec
final static Unit withPodspec(KotlinNativeArtifactConfig $self, Function1<KotlinArtifactsPodspecExtension, Unit> configure)
Extends a KotlinArtifact with a corresponding Podspec
Only needed in *.kts build files. In Groovy you can use the same syntax but without explicit extension import
-
-
-
-