Sha256: fa5b3fe00149d8c05166cdb8763fe1fc02fd8b5be2730ec42d1471997c924bca
Contents?: true
Size: 433 Bytes
Versions: 19
Compression:
Stored size: 433 Bytes
Contents
require 'cocoapods-tdfire-binary/command/lib/create' require 'cocoapods-tdfire-binary/command/lib/import' require 'cocoapods-tdfire-binary/command/lib/upgrade' module Pod class Command class Binary < Command class Lib < Binary self.abstract_command = true self.default_subcommand = 'create' self.summary = '二进制模版库操作' self.description = <<-DESC 二进制模版库操作 DESC end end end end
Version data entries
19 entries across 19 versions & 1 rubygems