Sha256: 460f979b22e11c309d2d44244fb928990852353cc6ae6fe714b226832a7141a9

Contents?: true

Size: 296 Bytes

Versions: 3

Compression:

Stored size: 296 Bytes

Contents

module Pod
	class Command
		class Binary < Command
			class Lint < Binary
				self.abstract_command = false
				self.summary = '对本地二进制进行 Lint'
				self.description = <<-DESC
					对本地二进制进行 Lint
	      DESC

	      def run
        	
        end
			end
		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocoapods-tdfire-binary-1.0.2 lib/cocoapods-tdfire-binary/command/lint.rb
cocoapods-tdfire-binary-1.0.1 lib/cocoapods-tdfire-binary/command/lint.rb
cocoapods-tdfire-binary-1.0.0 lib/cocoapods-tdfire-binary/command/lint.rb