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 update for the given project directory, updating only the specified pods
            
		
	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