Sha256: 894ac27fd00e2a4c6a0e159cf26cbc2480504563a3adac11fa2ae59049646a09

Contents?: true

Size: 626 Bytes

Versions: 1

Compression:

Stored size: 626 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name        = "ion_in_motion"
  gem.version     = '0.1.9'
  gem.summary     = "Easy use of IonIcons in RubyMotion projects"
  gem.description = "Easily create UILabels, UIImages and UIButtons containing IonIcons in RubyMotion projects."
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.require_paths = ["lib"]
  gem.homepage    = "http://github.com/Brian-Egan/ion_in_motion"
  gem.authors     = ["Brian Egan"]
  gem.email       = "brian@titlepool.com"
  gem.license     = "MIT"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ion_in_motion-0.1.9 ion_in_motion.gemspec