module CBin VERSION = "0.0.34" end module Pod def self.match_version?(*version) Gem::Dependency.new('', *version).match?('', Pod::VERSION) end end