Sha256: da86c5380af215947017d0195ed427033a2ae4d9771bfbd8c0883d3c2a8b4b2a

Contents?: true

Size: 859 Bytes

Versions: 11

Compression:

Stored size: 859 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = 'teacup'
  gem.version       = Teacup::VERSION

  gem.authors  = ['the rubymotion community']

  gem.description = <<-DESC
Teacup is a community-driven DSL for making CSS-like styling, and layouts for
complex and simple iOS apps with RubyMotion.

By aiming at making RubyMotion less tedious, Teacup makes RubyMotion feel like
interface builder, and work like a CSS stylesheet.
DESC

  gem.summary = 'A community-driven DSL for creating user interfaces on iOS.'
  gem.homepage = 'https://github.com/rubymotion/teacup'

  gem.files       = `git ls-files`.split($\)
  gem.require_paths = ['lib']
  gem.test_files  = gem.files.grep(%r{^spec/})

  gem.add_dependency 'rake'
  gem.add_development_dependency 'rspec'

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
teacup-1.2.8 teacup.gemspec
teacup-1.2.7 teacup.gemspec
teacup-1.2.5 teacup.gemspec
teacup-1.2.4 teacup.gemspec
teacup-1.2.3 teacup.gemspec
teacup-1.2.2 teacup.gemspec
teacup-1.0.4 teacup.gemspec
teacup-1.0.3 teacup.gemspec
teacup-1.0.2 teacup.gemspec
teacup-1.0.1 teacup.gemspec
teacup-1.0.0 teacup.gemspec