mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-06-14 09:29:31 +08:00
10 lines
96 B
Ruby
10 lines
96 B
Ruby
module Gem
|
|
end
|
|
require 'rubygems/version'
|
|
|
|
module Pod
|
|
class Version < Gem::Version
|
|
end
|
|
end
|
|
|