
pod
List of commands for pod:
-
pod:tldr:38e15 pod: Show the outdated pods (of those currently installed).$ pod outdatedtry on your machineexplain this command
-
pod:tldr:421f8 pod: Remove CocoaPods from a Xcode project.$ pod deintegrate ${xcode_project}try on your machineexplain this command
-
pod:tldr:43490 pod: Update all currently installed pods to their newest version.$ pod updatetry on your machineexplain this command
-
pod:tldr:4a870 pod: Create a Podfile for the current project with the default contents.$ pod inittry on your machineexplain this command
-
pod:tldr:b40c5 pod: Update a specific (previously installed) pod to its newest version.$ pod update ${pod_name}try on your machineexplain this command
-
pod:tldr:dd0f6 pod: Download and install all pods defined in the Podfile (that haven't been installed before).$ pod installtry on your machineexplain this command