Class: Pod::Command::Tag

Inherits:
Pod::Command show all
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

Direct Known Subclasses

Auto, Create, RepoList, SpecPush

Defined Under Namespace

Classes: Auto, Create, RepoList, SpecPush

Instance Method Summary collapse

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