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