Sha256: edb8b227389ca1103c150eefcea2883df9bb8f589c30deebbcfc819b3e020991

Contents?: true

Size: 331 Bytes

Versions: 8

Compression:

Stored size: 331 Bytes

Contents

require 'cocoapods-tdfire-binary/command/version/match'
module Pod
	class Command
		class Binary < Command
			class Version < Binary
				self.abstract_command = true
				self.default_subcommand = 'match'
				self.summary = '组件版本操作'
				self.description = <<-DESC
							组件版本操作
				DESC
			end
		end
	end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cocoapods-tdfire-binary-2.0.9 lib/cocoapods-tdfire-binary/command/version.rb
cocoapods-tdfire-binary-2.0.8 lib/cocoapods-tdfire-binary/command/version.rb
cocoapods-tdfire-binary-2.0.7 lib/cocoapods-tdfire-binary/command/version.rb
cocoapods-tdfire-binary-2.0.6 lib/cocoapods-tdfire-binary/command/version.rb
cocoapods-tdfire-binary-2.0.5 lib/cocoapods-tdfire-binary/command/version.rb
cocoapods-tdfire-binary-2.0.4 lib/cocoapods-tdfire-binary/command/version.rb
cocoapods-tdfire-binary-2.0.3 lib/cocoapods-tdfire-binary/command/version.rb
cocoapods-tdfire-binary-1.4.30 lib/cocoapods-tdfire-binary/command/version.rb