lib/pod/command/trunk/info.rb in cocoapods-trunk-1.0.0.rc.1 vs lib/pod/command/trunk/info.rb in cocoapods-trunk-1.0.0
- old
+ new
@@ -1,7 +1,9 @@
module Pod
class Command
class Trunk
+ # @CocoaPods 0.33.0
+ #
class Info < Trunk
self.summary = 'Returns information about a Pod.'
self.arguments = [
CLAide::Argument.new('NAME', true),
]