--- !ruby/object:Gem::Specification name: ProMotion version: !ruby/object:Gem::Version hash: 13 prerelease: segments: - 0 - 4 - 1 version: 0.4.1 platform: ruby authors: - Jamon Holmgren - Silas Matson - ClearSight Studio autorequire: bindir: bin cert_chain: [] date: 2013-02-21 00:00:00 Z dependencies: [] description: ProMotion is a new way to easily build RubyMotion iOS apps. email: - jamon@clearsightstudio.com - silas@clearsightstudio.com - contact@clearsightstudio.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .repl_history - Gemfile - Gemfile.lock - LICENSE - ProMotion.gemspec - README.md - Rakefile - app/app_delegate.rb - app/screens/home_screen.rb - app/screens/test_screen.rb - lib/ProMotion.rb - lib/ProMotion/.DS_Store - lib/ProMotion/_cocoatouch/NavigationController.rb - lib/ProMotion/_cocoatouch/TableViewCell.rb - lib/ProMotion/_cocoatouch/TableViewController.rb - lib/ProMotion/_cocoatouch/ViewController.rb - lib/ProMotion/_helpers/console.rb - lib/ProMotion/_helpers/measure_helper.rb - lib/ProMotion/_helpers/motion-table/1st/searchable_table.rb - lib/ProMotion/_helpers/motion-table/1st/sectioned_table.rb - lib/ProMotion/_helpers/motion-table/2nd/grouped_table.rb - lib/ProMotion/_helpers/motion-table/2nd/plain_table.rb - lib/ProMotion/_helpers/system_helper.rb - lib/ProMotion/_helpers/tab_bar.rb - lib/ProMotion/_helpers/view_helper.rb - lib/ProMotion/_screen_modules/screen_elements.rb - lib/ProMotion/_screen_modules/screen_navigation.rb - lib/ProMotion/_screen_modules/screen_tabs.rb - lib/ProMotion/app_delegate.rb - lib/ProMotion/pro_motion.rb - lib/ProMotion/screen/_screen_module.rb - lib/ProMotion/screen/_table_screen_module.rb - lib/ProMotion/screen/screen.rb - lib/ProMotion/screen/table_screen.rb - lib/ProMotion/version.rb homepage: https://github.com/clearsightstudio/ProMotion licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 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. test_files: []