Sha256: 122e13637f4d4eed66eff78b532c1ffaebdf64f7b61ce4ef8db0d8d5256e614c
Contents?: true
Size: 458 Bytes
Versions: 6
Compression:
Stored size: 458 Bytes
Contents
require_relative 'repo/push' module Pod class Command class Util < Command class Repo < Util self.summary = 'cocoapods repo命令的扩展功能' self.description = <<-DESC 操作cocoapods的私有repo。如`pod util repo push`推送到私有仓库(可以设置参数跳过验证) DESC self.command = 'repo' self.abstract_command = true end end end end
Version data entries
6 entries across 6 versions & 1 rubygems