Sha256: f53d065797393e157779fc861498f17d5548138f26ad423b3dceb978a404363f
Contents?: true
Size: 407 Bytes
Versions: 1
Compression:
Stored size: 407 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-util-0.0.12 | lib/cocoapods-util/command/cocoapods-extend/install.rb |