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

#initialize

Constructor Details

This class inherits a constructor from Pod::Command::Stable

Instance Method Details

#runObject



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

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