module Pod::CoreUI

def puts(message)

def puts(message)
  UI.puts message
end

def warn(message)

def warn(message)
  UI.warn message
end