Sha256: 8d67a9019a2f84f9daaae28431ebc1670aeebb0cf96c7e3af528c853a679a6d8
Contents?: true
Size: 853 Bytes
Versions: 1
Compression:
Stored size: 853 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($\).reject { |file| file =~ /^app\// } gem.require_paths = ['lib'] gem.test_files = gem.files.grep(%r{^spec/}) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
teacup-2.1.13 | teacup.gemspec |