Class: BigKeeper::PodOperator

Inherits:
Object
  • Object
show all
Defined in:
lib/big_keeper/util/pod_operator.rb

Class Method Summary collapse

Class Method Details

.pod_install(path) ⇒ Object



5
6
7
8
9
10
11
12
# File 'lib/big_keeper/util/pod_operator.rb', line 5

def self.pod_install(path)
  Logger.highlight('Start pod install, waiting...')

  # pod install
  `pod install --project-directory=#{path}`

  Logger.highlight('Finish pod install.')
end