pod update [POD_NAMES]
Update outdated project dependencies and create new Podfile.lock
Arguments
Options
Name | Description |
---|
--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-install | Ignore 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-update | Skip running `pod repo update` before install |
--allow-root | Allows CocoaPods to run as root |