CocoaPods Commands

Clear All Cached Pods

pod cache clean --all

Removes all cached CocoaPods to free up space or fix caching issues

Deintegrate Pods

pod deintegrate

Removes all traces of CocoaPods from the Xcode project to start clean

Install Pods

pod install

Installs the dependencies specified in the Podfile