# -*- encoding: utf-8 -*- # stub: ProMotion 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "ProMotion".freeze s.version = "0.4.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 = ["Jamon Holmgren".freeze, "Silas Matson".freeze, "ClearSight Studio".freeze] s.date = "2013-02-05" 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, ".repl_history".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "ProMotion.gemspec".freeze, "README.md".freeze, "Rakefile".freeze, "app/app_delegate.rb".freeze, "app/screens/home_screen.rb".freeze, "app/screens/test_screen.rb".freeze, "lib/ProMotion.rb".freeze, "lib/ProMotion/.DS_Store".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/motion-table/1st/searchable_table.rb".freeze, "lib/ProMotion/_helpers/motion-table/1st/sectioned_table.rb".freeze, "lib/ProMotion/_helpers/motion-table/2nd/grouped_table.rb".freeze, "lib/ProMotion/_helpers/motion-table/2nd/plain_table.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/_screen_modules/screen_elements.rb".freeze, "lib/ProMotion/_screen_modules/screen_navigation.rb".freeze, "lib/ProMotion/_screen_modules/screen_tabs.rb".freeze, "lib/ProMotion/app_delegate.rb".freeze, "lib/ProMotion/pro_motion.rb".freeze, "lib/ProMotion/screen/_screen_module.rb".freeze, "lib/ProMotion/screen/_table_screen_module.rb".freeze, "lib/ProMotion/screen/screen.rb".freeze, "lib/ProMotion/screen/table_screen.rb".freeze, "lib/ProMotion/version.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 end