pod update [POD_NAMES]

Update outdated project dependencies and create new Podfile.lock

Arguments

NameDescription
POD_NAMES

Options

NameDescription
--sources <https://cdn.cocoapods.org/>The sources from which to update dependent pods. Multiple sources must be comma-delimited
--exclude-pods <podName>Pods to exclude during update. Multiple pods must be comma-delimited
--clean-installIgnore the contents of the project cache and force a full pod installation. This only applies to projects that have enabled incremental installation
--project-directory </project/dir/>The path to the root of the project directory
--no-repo-updateSkip running `pod repo update` before install
--allow-rootAllows CocoaPods to run as root