Examples (7)
Download and install all pods defined in the Podfile (that haven't been installed before)
List all available pods
pod listShow the outdated pods (of those currently installed)
pod outdatedUpdate all currently installed pods to their newest version
pod updateUpdate a specific (previously installed) pod to its newest version
pod update pod_nameRemove CocoaPods from a Xcode project
pod deintegrate xcode_projectmade by @shridhargupta | data from tldr-pages