Sha256: f0b6a0d93e8f52cd3b78fdc8957d38179899cd5be507d3b39ef524da2030184b
Contents?: true
Size: 428 Bytes
Versions: 11
Compression:
Stored size: 428 Bytes
Contents
require 'cocoapods-tdfire-binary/binary_state_store' require 'cocoapods-tdfire-binary/command/lint/lib' require 'cocoapods-tdfire-binary/command/lint/spec' module Pod class Command class Binary < Command class Lint < Binary self.abstract_command = true self.default_subcommand = 'lib' self.summary = '二进制lint操作' self.description = <<-DESC 二进制lint操作 DESC end end end end
Version data entries
11 entries across 11 versions & 1 rubygems