class Pod::Command::Release

Public Instance Methods

run() click to toggle source
# File lib/cocoapods-dongjia/command/release.rb, line 31
def run
  Pod::Podfile::set_is_release_mode(true)
  installer_for_config.install!
end