Sha256: 6228a4cd1a02e82352689322b10b50023b733724baccd6873899973cdbd18907

Contents?: true

Size: 856 Bytes

Versions: 2

Compression:

Stored size: 856 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/motion-table/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["ClearSight Studio"]
  gem.email         = ["contact@clearsightstudio.com"]
  gem.description   = "MotionTable is a RubyMotion gem that makes it easy to handle UITableViews from a UITableViewController."
  gem.summary       = "MotionTable is a RubyMotion gem that makes it easy to handle UITableViews from a UITableViewController."
  gem.homepage      = "https://github.com/clearsightstudio/motion-table"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "motion-table"
  gem.require_paths = ["lib"]
  gem.version       = MotionTable::VERSION
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
motion-table-0.1.1 motion-table.gemspec
motion-table-0.1.0 motion-table.gemspec