This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.XCode.
Summary
Runs pod install for the given project directory
- Assembly
- Cake
.XCode .dll - Namespace
- Cake
.CocoaPods - Containing Type
- CocoaPodAliases
Syntax
public static void CocoaPodInstall(this ICakeContext context, DirectoryPath projectDirectory)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| projectDirectory | DirectoryPath | The project directory. |
Return Value
| Type | Description |
|---|---|
| void |
