Sha256: adb60b887876c2a0ef16b936ec5e4f94d068d262a4c429c29a99e1ac67def496

Contents?: true

Size: 459 Bytes

Versions: 1

Compression:

Stored size: 459 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

1 entries across 1 versions & 1 rubygems

Version Path
cocoapods-util-0.0.12 lib/cocoapods-util/command/cocoapods-extend/repo.rb