pod
CocoaPods, the Cocoa library package manager
Subcommands
Name | Description |
---|---|
deintegrate | Deintegrate CocoaPods from your project |
cache | Manipulate the CocoaPods cache |
list | List pods |
setup | Setup the CocoaPods environment |
spec | Manage pod specs |
install | Install project dependencies according to versions from a Podfile.lock |
env | Display pod environment |
outdated | Show outdated project dependencies |
init | Generate a Podfile for the current directory |
ipc | Inter-process communication |
plugins | Show available CocoaPods plugins |
lib | Develop pods |
search | Search for pods |
repo | Manage spec-repositories |
trunk | Interact with the CocoaPods API (e.g. publishing new specs) |
update | Update outdated project dependencies and create new Podfile.lock |
try | Try a Pod! |
Options
Name | Description |
---|---|
--silent | Show nothing |
--verbose | Show more debugging information |
--no-ansi | Show output without ANSI codes |
--help | Show help banner of specified command |