Sha256: 444c4e93bb689037fb07eefb2d70a677d42ec562a07210a31482b7667863fff1
Contents?: true
Size: 406 Bytes
Versions: 6
Compression:
Stored size: 406 Bytes
Contents
require_relative 'install/list' module Pod class Command class Util < Command class Install < Util self.summary = 'cocoapods install的扩展功能' self.description = <<-DESC 使用`pod util install list`查看pod安装的组件 DESC self.command = 'install' self.abstract_command = true end end end end
Version data entries
6 entries across 6 versions & 1 rubygems