Sha256: f59066d89e8e3de3ea2f9462ca95f138542aa0b38c5dc653e278f6371a123fcb

Contents?: true

Size: 1.39 KB

Versions: 3

Compression:

Stored size: 1.39 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.license       = 'MIT'

  gem.files         = `git ls-files`.split($\)
  gem.executables   << "promotion"
  gem.test_files    = gem.files.grep(%r{^(spec)/})
  gem.name          = "ProMotion"
  gem.require_paths = ["lib"]
  gem.version       = ProMotion::VERSION

  gem.add_development_dependency("webstub")
  gem.add_development_dependency("motion-stump")
  gem.add_development_dependency("motion-redgreen")
  gem.add_development_dependency("formotion")
  gem.add_development_dependency("rake")
  gem.add_dependency("methadone")
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ProMotion-1.1.1 ProMotion.gemspec
ProMotion-1.1.0 ProMotion.gemspec
ProMotion-1.1.0.rc1 ProMotion.gemspec