#!/usr/bin/env ruby

if $0 == __FILE__
  $:.unshift File.expand_path('../../external/xcodeproj/ext', __FILE__)
  $:.unshift File.expand_path('../../external/xcodeproj/lib', __FILE__)
  $:.unshift File.expand_path('../../lib', __FILE__)
end

require 'cocoapods'

Pod::Command.run(*ARGV)
