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