# -*- encoding: utf-8 -*- # stub: ProMotion 0.5.2 ruby lib Gem::Specification.new do |s| s.name = "ProMotion".freeze s.version = "0.5.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jamon Holmgren".freeze, "Silas Matson".freeze, "ClearSight Studio".freeze] s.date = "2013-03-28" s.description = "ProMotion is a new way to easily build RubyMotion iOS apps.".freeze s.email = ["jamon@clearsightstudio.com".freeze, "silas@clearsightstudio.com".freeze, "contact@clearsightstudio.com".freeze] s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "ProMotion.gemspec".freeze, "README.md".freeze, "Rakefile".freeze, "app/app_delegate.rb".freeze, "lib/ProMotion.rb".freeze, "lib/ProMotion/.DS_Store".freeze, "lib/ProMotion/app_delegate.rb".freeze, "lib/ProMotion/cocoatouch/NavigationController.rb".freeze, "lib/ProMotion/cocoatouch/TableViewCell.rb".freeze, "lib/ProMotion/cocoatouch/TableViewController.rb".freeze, "lib/ProMotion/cocoatouch/ViewController.rb".freeze, "lib/ProMotion/helpers/console.rb".freeze, "lib/ProMotion/helpers/measure_helper.rb".freeze, "lib/ProMotion/helpers/system_helper.rb".freeze, "lib/ProMotion/helpers/tab_bar.rb".freeze, "lib/ProMotion/helpers/view_helper.rb".freeze, "lib/ProMotion/pro_motion.rb".freeze, "lib/ProMotion/screen_helpers/_tables/_searchable_table.rb".freeze, "lib/ProMotion/screen_helpers/_tables/_sectioned_table.rb".freeze, "lib/ProMotion/screen_helpers/_tables/grouped_table.rb".freeze, "lib/ProMotion/screen_helpers/_tables/plain_table.rb".freeze, "lib/ProMotion/screen_helpers/screen_elements.rb".freeze, "lib/ProMotion/screen_helpers/screen_navigation.rb".freeze, "lib/ProMotion/screen_helpers/screen_tabs.rb".freeze, "lib/ProMotion/screens/_screen_module.rb".freeze, "lib/ProMotion/screens/_table_screen_module.rb".freeze, "lib/ProMotion/screens/screen.rb".freeze, "lib/ProMotion/screens/table_screen.rb".freeze, "lib/ProMotion/version.rb".freeze, "spec/helpers/.gitkeep".freeze, "spec/helpers/basic_screen.rb".freeze, "spec/helpers/dummy_class.rb".freeze, "spec/helpers/home_screen.rb".freeze, "spec/ios_version_spec.rb".freeze, "spec/main_spec.rb".freeze, "spec/screen_helpers_spec.rb".freeze, "spec/view_controller_spec.rb".freeze, "spec/view_helper_spec.rb".freeze] s.homepage = "https://github.com/clearsightstudio/ProMotion".freeze s.rubygems_version = "3.5.10".freeze s.summary = "ProMotion is a new way to organize RubyMotion apps. Instead of dealing with UIViewControllers, you work with Screens. Screens are a logical way to think of your app and include a ton of great utilities to make iOS development more like Ruby and less like Objective-C.".freeze s.test_files = ["spec/helpers/.gitkeep".freeze, "spec/helpers/basic_screen.rb".freeze, "spec/helpers/dummy_class.rb".freeze, "spec/helpers/home_screen.rb".freeze, "spec/ios_version_spec.rb".freeze, "spec/main_spec.rb".freeze, "spec/screen_helpers_spec.rb".freeze, "spec/view_controller_spec.rb".freeze, "spec/view_helper_spec.rb".freeze] end