Class: Pod::Command::Setup

Inherits:
Command
  • Object
show all
Defined in:
lib/cocoapods/command/setup.rb

Instance Method Summary collapse

Instance Method Details

#runObject



12
13
14
15
# File 'lib/cocoapods/command/setup.rb', line 12

def run
  # Right now, no setup is needed
  UI.puts 'Setup completed'.green
end