Sha256: 81f414f9a31bfd7fd5eb2c4717649d8802f1282cd94808498fba3bb5c7a42a82
Contents?: true
Size: 833 Bytes
Versions: 12
Compression:
Stored size: 833 Bytes
Contents
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
12 entries across 12 versions & 1 rubygems