Class: Pod::Command::Tag
- Inherits:
-
Pod::Command
- Object
- Pod::Command
- Pod::Command::Tag
- Defined in:
- lib/cocoapods-tag/command/tag.rb,
lib/cocoapods-tag/command/tag/auto.rb,
lib/cocoapods-tag/command/tag/create.rb,
lib/cocoapods-tag/command/tag/repo_list.rb,
lib/cocoapods-tag/command/tag/spec_push.rb
Defined Under Namespace
Classes: Auto, Create, RepoList, SpecPush
Instance Method Summary collapse
-
#initialize(argv) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(argv) ⇒ Tag
Returns a new instance of Tag.
18 19 20 |
# File 'lib/cocoapods-tag/command/tag.rb', line 18 def initialize(argv) super end |