Sha256: 774c309da0caba4d2ce36b6fa0115db7ba3cef228c292591e0664fc8726db273

Contents?: true

Size: 818 Bytes

Versions: 10

Compression:

Stored size: 818 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.licenses      = ['BSD']

  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/})
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
teacup-2.1.12 teacup.gemspec
teacup-2.1.11 teacup.gemspec
teacup-2.1.10 teacup.gemspec
teacup-2.1.9 teacup.gemspec
teacup-2.1.8 teacup.gemspec
teacup-2.1.7 teacup.gemspec
teacup-2.1.6 teacup.gemspec
teacup-2.1.5 teacup.gemspec
teacup-2.1.4 teacup.gemspec
teacup-2.1.3 teacup.gemspec