Sha256: 3590e43ea4f33d5df2c1da12f2df30fb8e7ca9146427be2a5b4ea69111e3cd25
Contents?: true
Size: 383 Bytes
Versions: 9
Compression:
Stored size: 383 Bytes
Contents
require 'claide' require 'cocoapods-amimono/gem_version' module Amimono class Command < CLAide::Command self.abstract_command = true self.command = 'amimono' self.version = CocoapodsAmimono::VERSION self.description = <<-DESC Move all dynamic frameworks symbols into the main executable. DESC def self.run(argv) super(argv) end end end
Version data entries
9 entries across 9 versions & 1 rubygems