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
Syntax
public static void CocoaPodInstall(this ICakeContext context, DirectoryPath projectDirectory, CocoaPodInstallSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
projectDirectory |
DirectoryPath |
The project directory. |
settings |
CocoaPodInstallSettings |
The settings. |
Return Value