Sha256: d91144bc45e7def9a76b59c2d34d52bc480b71164e4f8ff486e24f67646f5932
Contents?: true
Size: 430 Bytes
Versions: 1
Compression:
Stored size: 430 Bytes
Contents
require 'cocoapods-util/cocoapods-extend/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.11 | lib/cocoapods-util/cocoapods-extend/install.rb |