CocoaPodAliases.

CocoaPodUpdate(ICakeContext, DirectoryPath, string[], CocoaPodUpdateSettings) Method

Summary

Runs pod update for the given project directory, updating only the specified pods
Assembly
Cake.XCode.dll
Namespace
Cake.CocoaPods
Containing Type
CocoaPodAliases

Syntax

public static void CocoaPodUpdate(this ICakeContext context, DirectoryPath projectDirectory, string[] podNames, CocoaPodUpdateSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
projectDirectory DirectoryPath The project directory.
podNames string[] The specific pod names to update.
settings CocoaPodUpdateSettings The settings.

Return Value

Type Description
void