Sha256: 6b7812161a08cd8f0c73c4746b9a7372342126bf18e1c2806c9f38b675897067

Contents?: true

Size: 788 Bytes

Versions: 15

Compression:

Stored size: 788 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/})
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
teacup-2.1.2 teacup.gemspec
teacup-2.1.1 teacup.gemspec
teacup-2.1.0 teacup.gemspec
teacup-2.0.6 teacup.gemspec
teacup-2.0.5 teacup.gemspec
teacup-2.0.4 teacup.gemspec
teacup-2.0.3 teacup.gemspec
teacup-2.0.2 teacup.gemspec
teacup-2.0.0 teacup.gemspec
teacup-1.3.4 teacup.gemspec
teacup-1.3.3 teacup.gemspec
teacup-1.3.2 teacup.gemspec
teacup-1.3.1 teacup.gemspec
teacup-1.3.0 teacup.gemspec
teacup-1.2.9 teacup.gemspec