# -*- encoding: utf-8 -*- # stub: motion-table 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "motion-table".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["ClearSight Studio".freeze] s.date = "2012-08-24" s.description = "MotionTable is a RubyMotion gem that makes it easy to handle UITableViews from a UITableViewController.".freeze s.email = ["contact@clearsightstudio.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/app_delegate.rb".freeze, "lib/motion-table.rb".freeze, "lib/motion-table/console.rb".freeze, "lib/motion-table/grouped_table.rb".freeze, "lib/motion-table/version.rb".freeze, "motion-table.gemspec".freeze, "spec/console_spec.rb".freeze, "spec/grouped_table_spec.rb".freeze] s.homepage = "https://github.com/clearsightstudio/motion-table".freeze s.rubygems_version = "3.5.10".freeze s.summary = "MotionTable is a RubyMotion gem that makes it easy to handle UITableViews from a UITableViewController.".freeze s.test_files = ["spec/console_spec.rb".freeze, "spec/grouped_table_spec.rb".freeze] end