CocoaPodAliases Class

Summary

Cocoapods aliases.
Assembly
Cake.XCode.dll
Namespace
Cake.CocoaPods
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CocoaPodAliases"] class Type type-node

Syntax

public static class CocoaPodAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
CocoaPodInstall(ICakeContext, DirectoryPath, CocoaPodInstallSettings) void
Runs pod install for the given project directory
static
CocoaPodInstall(ICakeContext, DirectoryPath) void
Runs pod install for the given project directory
static
CocoaPodRepoUpdate(ICakeContext, CocoaPodSettings) void
Updates the CocoaPods repo
static
CocoaPodRepoUpdate(ICakeContext) void
Updates the CocoaPods repo
static
CocoaPodUpdate(ICakeContext, DirectoryPath, CocoaPodUpdateSettings) void
Runs pod update for the given project directory, updating all pods
static
CocoaPodUpdate(ICakeContext, DirectoryPath, string[], CocoaPodUpdateSettings) void
Runs pod update for the given project directory, updating only the specified pods
static
CocoaPodUpdate(ICakeContext, DirectoryPath) void
Runs pod update for the given project directory, updating all pods
static
CocoaPodVersion(ICakeContext, CocoaPodSettings) Version
Returns the version of CocoaPods
static
CocoaPodVersion(ICakeContext) Version
Returns the version of CocoaPods
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin