Class: Pod::Command::Stable::Install
- Inherits:
-
Pod::Command::Stable
- Object
- Pod::Command
- Pod::Command::Stable
- Pod::Command::Stable::Install
- Defined in:
- lib/cocoapods-bb-PodAssistant/command/stable/install.rb
Instance Method Summary collapse
Methods inherited from Pod::Command::Stable
Constructor Details
This class inherits a constructor from Pod::Command::Stable
Instance Method Details
#run ⇒ Object
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 |