Method: Gct::Command::Clean::Lint#run

Defined in:
lib/gct/command/clean/lint.rb

#runObject



20
21
22
23
24
# File 'lib/gct/command/clean/lint.rb', line 20

def run 
  home_path = Generator::GctFile.get_system_home_path().rstrip
  lintcahce_path = "#{home_path}/Library/Caches/CocoaPods/Pods/External/#{@pod_name}"
  `rm -rf #{lintcahce_path}`
end