Class: Pod::Command::Stable::Install

Inherits:
Pod::Command::Stable show all
Defined in:
lib/cocoapods-bb-PodAssistant/command/stable/install.rb

Instance Method Summary collapse

Methods inherited from Pod::Command::Stable

#validate!

Instance Method Details

#runObject



30
31
32
33
34
# File 'lib/cocoapods-bb-PodAssistant/command/stable/install.rb', line 30

def run
  puts "[PodAssistant] 开始执行 $ pod stable install".yellow
  system "pod install"
  puts "[PodAssistant] `pod stable install` complete!".green
end