Sha256: 90913952063aac8a9afb8019893ff6cda909912fdbd23e9feb774fafc142bcf8

Contents?: true

Size: 1.2 KB

Versions: 9

Compression:

Stored size: 1.2 KB

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Jamon Holmgren", "Silas Matson", "ClearSight Studio"]
  gem.email         = ["jamon@clearsightstudio.com", "silas@clearsightstudio.com", "contact@clearsightstudio.com"]
  gem.description   = "ProMotion is a new way to easily build RubyMotion iOS apps."
  gem.summary       = "
                        ProMotion is a new way to organize RubyMotion apps. Instead of dealing
                        with UIViewControllers, you work with Screens. Screens are
                        a logical way to think of your app and include a ton of great
                        utilities to make iOS development more like Ruby and less like Objective-C.
                      "
  gem.homepage      = "https://github.com/clearsightstudio/ProMotion"

  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          = "ProMotion"
  gem.require_paths = ["lib"]
  gem.version       = ProMotion::VERSION
  # gem.add_dependency("motion-table", "~> 0.1.6")
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ProMotion-0.6.4 ProMotion.gemspec
ProMotion-0.6.3 ProMotion.gemspec
ProMotion-0.6.2 ProMotion.gemspec
ProMotion-0.6.1 ProMotion.gemspec
ProMotion-0.6.0 ProMotion.gemspec
ProMotion-0.5.2 ProMotion.gemspec
ProMotion-0.5.0 ProMotion.gemspec
ProMotion-0.4.1 ProMotion.gemspec
ProMotion-0.4.0 ProMotion.gemspec