-
- All Implemented Interfaces:
-
org.gradle.api.Named
public final class CocoapodsExtension.PodspecPlatformSettings implements Named
-
-
Field Summary
Fields Modifier and Type Field Description private StringdeploymentTarget
-
Constructor Summary
Constructors Constructor Description CocoapodsExtension.PodspecPlatformSettings(String name, String deploymentTarget)
-
Method Summary
Modifier and Type Method Description final StringgetDeploymentTarget()final UnitsetDeploymentTarget(String deploymentTarget)StringgetName()-
-
Method Detail
-
getDeploymentTarget
@Optional()@Input() final String getDeploymentTarget()
-
setDeploymentTarget
final Unit setDeploymentTarget(String deploymentTarget)
-
-
-
-