# -*- encoding: utf-8 -*- # stub: teacup 1.2.7 ruby lib Gem::Specification.new do |s| s.name = "teacup".freeze s.version = "1.2.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["the rubymotion community".freeze] s.date = "2013-02-22" s.description = "Teacup is a community-driven DSL for making CSS-like styling, and layouts for\ncomplex and simple iOS apps with RubyMotion.\n\nBy aiming at making RubyMotion less tedious, Teacup makes RubyMotion feel like\ninterface builder, and work like a CSS stylesheet.\n".freeze s.files = [".gitignore".freeze, "CHANGES.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/app_delegate.rb".freeze, "app/controllers/first_controller.rb".freeze, "app/controllers/landscape_only_controller.rb".freeze, "app/controllers/tableview_controller.rb".freeze, "app/custom_class.rb".freeze, "app/styles/main_styles.rb".freeze, "app/views/custom_view.rb".freeze, "lib/dummy.rb".freeze, "lib/teacup.rb".freeze, "lib/teacup/calculations.rb".freeze, "lib/teacup/constraint.rb".freeze, "lib/teacup/handler.rb".freeze, "lib/teacup/layout.rb".freeze, "lib/teacup/merge_defaults.rb".freeze, "lib/teacup/restyle.rb".freeze, "lib/teacup/style.rb".freeze, "lib/teacup/stylesheet.rb".freeze, "lib/teacup/stylesheet_extensions/autoresize.rb".freeze, "lib/teacup/stylesheet_extensions/constraints.rb".freeze, "lib/teacup/stylesheet_extensions/geometry.rb".freeze, "lib/teacup/stylesheet_extensions/rotation.rb".freeze, "lib/teacup/version.rb".freeze, "lib/teacup/z_core_extensions/ca_layer.rb".freeze, "lib/teacup/z_core_extensions/ui_view.rb".freeze, "lib/teacup/z_core_extensions/ui_view_controller.rb".freeze, "lib/teacup/z_core_extensions/ui_view_getters.rb".freeze, "lib/teacup/z_core_extensions/z_handlers.rb".freeze, "samples/Hai/.gitignore".freeze, "samples/Hai/Gemfile".freeze, "samples/Hai/Gemfile.lock".freeze, "samples/Hai/Rakefile".freeze, "samples/Hai/app/app_delegate.rb".freeze, "samples/Hai/app/hai_controller.rb".freeze, "samples/Hai/spec/main_spec.rb".freeze, "samples/Hai/styles/iphone.rb".freeze, "samples/README.md".freeze, "spec/custom_class_spec.rb".freeze, "spec/gradient_spec.rb".freeze, "spec/main_spec.rb".freeze, "spec/style_spec.rb".freeze, "spec/stylesheet_spec.rb".freeze, "spec/view_spec.rb".freeze, "teacup.gemspec".freeze] s.homepage = "https://github.com/rubymotion/teacup".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A community-driven DSL for creating user interfaces on iOS.".freeze s.test_files = ["spec/custom_class_spec.rb".freeze, "spec/gradient_spec.rb".freeze, "spec/main_spec.rb".freeze, "spec/style_spec.rb".freeze, "spec/stylesheet_spec.rb".freeze, "spec/view_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end