# -*- encoding: utf-8 -*- # stub: sugarcube 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "sugarcube".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Colin Thomas-Arnold".freeze, "Chris Clarke".freeze] s.date = "2012-07-10" s.description = " CocoaTouch/iOS is a *verbose* framework. These extensions hope to make\n development in rubymotion more enjoyable by tacking \"UI\" methods onto the\n base classes (String, Fixnum, Float). With sugarcube, you can create a\n color from an integer or symbol, or create a UIFont or UIImage from a\n string.\n\n Some UI classes are opened up as well, like adding the '<<' operator to a\n UIView instance, instead of view.addSubview(subview), you can use the more\n idiomatic: view << subview.\n".freeze s.email = "colin@fusionbox.com".freeze s.homepage = "https://github.com/fusionbox/sugarcube".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Extensions for Ruby to make Rubymotion development more enjoyable, and hopefully more rubyesque!".freeze end