# -*- encoding: utf-8 -*- # stub: sugarcube 0.20.25 ruby lib Gem::Specification.new do |s| s.name = "sugarcube".freeze s.version = "0.20.25".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 T.A. Gray".freeze, "Thom Parkin".freeze, "Katsuyoshi Ito".freeze, "Michael Erasmus".freeze, "Fusionbox".freeze] s.date = "2013-06-21" s.description = "== Description\n\nCocoaTouch/iOS is a *verbose* framework. These extensions hope to make\ndevelopment in rubymotion more enjoyable by tacking \"UI\" methods onto the\nbase classes (String, Fixnum, Float). With sugarcube, you can create a\ncolor from an integer or symbol, or create a UIFont or UIImage from a\nstring.\n\nSome UI classes are opened up as well, like adding the << operator to a\nUIView instance, instead of view.addSubview(subview), you can\nuse the more idiomatic: view << subview.\n".freeze s.email = ["colinta@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/animation_chain_controller.rb".freeze, "app/app_delegate.rb".freeze, "app/uicontrol_controller.rb".freeze, "lib/sugarcube-568.rb".freeze, "lib/sugarcube-568/uiimage.rb".freeze, "lib/sugarcube-anonymous.rb".freeze, "lib/sugarcube-anonymous/anonymous.rb".freeze, "lib/sugarcube-anonymous/anonymous_array.rb".freeze, "lib/sugarcube-attributedstring.rb".freeze, "lib/sugarcube-attributedstring/nsattributedstring.rb".freeze, "lib/sugarcube-gestures.rb".freeze, "lib/sugarcube-gestures/gestures.rb".freeze, "lib/sugarcube-repl.rb".freeze, "lib/sugarcube-repl/object.rb".freeze, "lib/sugarcube-unholy.rb".freeze, "lib/sugarcube-unholy/ivar.rb".freeze, "lib/sugarcube.rb".freeze, "lib/sugarcube/activesupport.rb".freeze, "lib/sugarcube/adjust.rb".freeze, "lib/sugarcube/animation_chain.rb".freeze, "lib/sugarcube/calayer.rb".freeze, "lib/sugarcube/core_graphics.rb".freeze, "lib/sugarcube/core_location.rb".freeze, "lib/sugarcube/date_parser.rb".freeze, "lib/sugarcube/exceptions.rb".freeze, "lib/sugarcube/fixnum.rb".freeze, "lib/sugarcube/modal.rb".freeze, "lib/sugarcube/notifications.rb".freeze, "lib/sugarcube/nsarray.rb".freeze, "lib/sugarcube/nscoder.rb".freeze, "lib/sugarcube/nsdata.rb".freeze, "lib/sugarcube/nsdate.rb".freeze, "lib/sugarcube/nsdate_delta.rb".freeze, "lib/sugarcube/nserror.rb".freeze, "lib/sugarcube/nsindexpath.rb".freeze, "lib/sugarcube/nsindexset.rb".freeze, "lib/sugarcube/nsstring.rb".freeze, "lib/sugarcube/nsstring_files.rb".freeze, "lib/sugarcube/nsurl.rb".freeze, "lib/sugarcube/nsuserdefaults.rb".freeze, "lib/sugarcube/numeric.rb".freeze, "lib/sugarcube/symbol.rb".freeze, "lib/sugarcube/symbol/symbol_uicolor.rb".freeze, "lib/sugarcube/timer.rb".freeze, "lib/sugarcube/to_s/nserror.rb".freeze, "lib/sugarcube/to_s/nslayoutconstraint.rb".freeze, "lib/sugarcube/to_s/nsnotification.rb".freeze, "lib/sugarcube/to_s/nsset.rb".freeze, "lib/sugarcube/to_s/nsurl.rb".freeze, "lib/sugarcube/to_s/uicolor.rb".freeze, "lib/sugarcube/to_s/uievent.rb".freeze, "lib/sugarcube/to_s/uilabel.rb".freeze, "lib/sugarcube/to_s/uitextfield.rb".freeze, "lib/sugarcube/to_s/uitouch.rb".freeze, "lib/sugarcube/to_s/uiview.rb".freeze, "lib/sugarcube/to_s/uiviewcontroller.rb".freeze, "lib/sugarcube/uiactionsheet.rb".freeze, "lib/sugarcube/uiactivityindicator.rb".freeze, "lib/sugarcube/uialertview.rb".freeze, "lib/sugarcube/uibarbuttonitem.rb".freeze, "lib/sugarcube/uibutton.rb".freeze, "lib/sugarcube/uicolor.rb".freeze, "lib/sugarcube/uicontrol.rb".freeze, "lib/sugarcube/uifont.rb".freeze, "lib/sugarcube/uiimage.rb".freeze, "lib/sugarcube/uilabel.rb".freeze, "lib/sugarcube/uipickerview.rb".freeze, "lib/sugarcube/uisegmentedcontrol.rb".freeze, "lib/sugarcube/uitableview.rb".freeze, "lib/sugarcube/uitableviewcell.rb".freeze, "lib/sugarcube/uitextview.rb".freeze, "lib/sugarcube/uiview.rb".freeze, "lib/sugarcube/uiviewcontroller.rb".freeze, "lib/sugarcube/uiwebview.rb".freeze, "lib/sugarcube/uuid.rb".freeze, "lib/sugarcube/version.rb".freeze, "resources/Default-568h@2x.png".freeze, "resources/Default.png".freeze, "resources/Default@2x.png".freeze, "resources/en.lproj/Localizable.strings".freeze, "resources/little_square.png".freeze, "resources/little_square@2x.png".freeze, "resources/tall-568h@2x.png".freeze, "resources/tall.png".freeze, "resources/tall@2x.png".freeze, "runtests".freeze, "spec/568_spec.rb".freeze, "spec/activesupport_spec.rb".freeze, "spec/animation_chain_spec.rb".freeze, "spec/anonymous_spec.rb".freeze, "spec/calayer_spec.rb".freeze, "spec/core_graphics_spec.rb".freeze, "spec/core_location_spec.rb".freeze, "spec/date_parser_spec.rb".freeze, "spec/fixnum_spec.rb".freeze, "spec/notification_spec.rb".freeze, "spec/nsarray_spec.rb".freeze, "spec/nsattributedstring_spec.rb".freeze, "spec/nscoder_spec.rb".freeze, "spec/nsdata_spec.rb".freeze, "spec/nsdate_delta_spec.rb".freeze, "spec/nsdate_spec.rb".freeze, "spec/nsdate_upto_spec.rb".freeze, "spec/nsset_spec.rb".freeze, "spec/nsstring_files_spec.rb".freeze, "spec/nsstring_spec.rb".freeze, "spec/nsstring_timezone_spec.rb".freeze, "spec/nsurl_spec.rb".freeze, "spec/numeric_spec.rb".freeze, "spec/symbol_spec.rb".freeze, "spec/symbol_uicolor_spec.rb".freeze, "spec/timer_spec.rb".freeze, "spec/uiactionsheet_spec.rb".freeze, "spec/uialertview_spec.rb".freeze, "spec/uibarbuttonitem_spec.rb".freeze, "spec/uicolor_components_spec.rb".freeze, "spec/uicolor_other_representations_spec.rb".freeze, "spec/uicolor_spec.rb".freeze, "spec/uicontrol_spec.rb".freeze, "spec/uiimage_color_at_spec.rb".freeze, "spec/uiimage_scale_spec.rb".freeze, "spec/uilabel_spec.rb".freeze, "spec/uitableviewcell_spec.rb".freeze, "spec/uiview_animation_spec.rb".freeze, "spec/uiview_attr_updates_spec.rb".freeze, "spec/uiview_spec.rb".freeze, "spec/uiviewcontroller_spec.rb".freeze, "spec/uiwebview_spec.rb".freeze, "spec/unholy_spec.rb".freeze, "sugarcube.gemspec".freeze] s.homepage = "https://github.com/rubymotion/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 s.test_files = ["spec/568_spec.rb".freeze, "spec/activesupport_spec.rb".freeze, "spec/animation_chain_spec.rb".freeze, "spec/anonymous_spec.rb".freeze, "spec/calayer_spec.rb".freeze, "spec/core_graphics_spec.rb".freeze, "spec/core_location_spec.rb".freeze, "spec/date_parser_spec.rb".freeze, "spec/fixnum_spec.rb".freeze, "spec/notification_spec.rb".freeze, "spec/nsarray_spec.rb".freeze, "spec/nsattributedstring_spec.rb".freeze, "spec/nscoder_spec.rb".freeze, "spec/nsdata_spec.rb".freeze, "spec/nsdate_delta_spec.rb".freeze, "spec/nsdate_spec.rb".freeze, "spec/nsdate_upto_spec.rb".freeze, "spec/nsset_spec.rb".freeze, "spec/nsstring_files_spec.rb".freeze, "spec/nsstring_spec.rb".freeze, "spec/nsstring_timezone_spec.rb".freeze, "spec/nsurl_spec.rb".freeze, "spec/numeric_spec.rb".freeze, "spec/symbol_spec.rb".freeze, "spec/symbol_uicolor_spec.rb".freeze, "spec/timer_spec.rb".freeze, "spec/uiactionsheet_spec.rb".freeze, "spec/uialertview_spec.rb".freeze, "spec/uibarbuttonitem_spec.rb".freeze, "spec/uicolor_components_spec.rb".freeze, "spec/uicolor_other_representations_spec.rb".freeze, "spec/uicolor_spec.rb".freeze, "spec/uicontrol_spec.rb".freeze, "spec/uiimage_color_at_spec.rb".freeze, "spec/uiimage_scale_spec.rb".freeze, "spec/uilabel_spec.rb".freeze, "spec/uitableviewcell_spec.rb".freeze, "spec/uiview_animation_spec.rb".freeze, "spec/uiview_attr_updates_spec.rb".freeze, "spec/uiview_spec.rb".freeze, "spec/uiviewcontroller_spec.rb".freeze, "spec/uiwebview_spec.rb".freeze, "spec/unholy_spec.rb".freeze] end