Class: Pod::Command::Release

Inherits:
Pod::Command show all
Defined in:
lib/cocoapods-dongjia/command/release.rb

Instance Method Summary collapse

Instance Method Details

#runObject



31
32
33
34
# File 'lib/cocoapods-dongjia/command/release.rb', line 31

def run
  Pod::Podfile::set_is_release_mode(true)
  installer_for_config.install!
end