--- !ruby/object:Gem::Specification name: ProMotion version: !ruby/object:Gem::Version version: 0.6.3 prerelease: platform: ruby authors: - Jamon Holmgren - Silas Matson - ClearSight Studio autorequire: bindir: bin cert_chain: [] date: 2013-05-23 00:00:00.000000000 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 - .ruby-gemset - .ruby-version - .travis.yml - Gemfile - Gemfile.lock - LICENSE - ProMotion.gemspec - README.md - Rakefile - app/app_delegate.rb - app/screens/basic_screen.rb - lib/ProMotion.rb - lib/ProMotion/.DS_Store - lib/ProMotion/cocoatouch/NavigationController.rb - lib/ProMotion/cocoatouch/SplitViewController.rb - lib/ProMotion/cocoatouch/TableViewCell.rb - lib/ProMotion/cocoatouch/TableViewController.rb - lib/ProMotion/cocoatouch/ViewController.rb - lib/ProMotion/delegate.rb - lib/ProMotion/helpers/console.rb - lib/ProMotion/helpers/logger.rb - lib/ProMotion/helpers/measure_helper.rb - lib/ProMotion/helpers/system_helper.rb - lib/ProMotion/helpers/view_helper.rb - lib/ProMotion/pro_motion.rb - lib/ProMotion/screen_helpers/_tables/_refreshable_table.rb - lib/ProMotion/screen_helpers/_tables/_searchable_table.rb - lib/ProMotion/screen_helpers/_tables/_sectioned_table.rb - lib/ProMotion/screen_helpers/_tables/grouped_table.rb - lib/ProMotion/screen_helpers/_tables/plain_table.rb - lib/ProMotion/screen_helpers/screen_elements.rb - lib/ProMotion/screen_helpers/screen_navigation.rb - lib/ProMotion/screen_helpers/screen_tabs.rb - lib/ProMotion/screen_helpers/split_screen.rb - lib/ProMotion/screens/_screen_module.rb - lib/ProMotion/screens/_table_screen_module.rb - lib/ProMotion/screens/behaves_like_screen.rb - lib/ProMotion/screens/screen.rb - lib/ProMotion/screens/table_screen.rb - lib/ProMotion/version.rb - resources/list.png - spec/helpers/basic_screen.rb - spec/helpers/detail_screen.rb - spec/helpers/dummy_class.rb - spec/helpers/home_screen.rb - spec/helpers/master_screen.rb - spec/helpers/screen_module_view_controller.rb - spec/helpers/table_screen.rb - spec/helpers/table_screen_refreshable.rb - spec/helpers/table_screen_searchable.rb - spec/helpers/test_delegate.rb - spec/ios_version_spec.rb - spec/logger_spec.rb - spec/main_spec.rb - spec/screen_helpers_spec.rb - spec/screen_module_spec.rb - spec/screen_spec.rb - spec/split_screen_in_tab_bar_spec.rb - spec/split_screen_open_screen_spec.rb - spec/split_screen_spec.rb - spec/table_screen_spec.rb - spec/view_helper_spec.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 version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.25 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: - spec/helpers/basic_screen.rb - spec/helpers/detail_screen.rb - spec/helpers/dummy_class.rb - spec/helpers/home_screen.rb - spec/helpers/master_screen.rb - spec/helpers/screen_module_view_controller.rb - spec/helpers/table_screen.rb - spec/helpers/table_screen_refreshable.rb - spec/helpers/table_screen_searchable.rb - spec/helpers/test_delegate.rb - spec/ios_version_spec.rb - spec/logger_spec.rb - spec/main_spec.rb - spec/screen_helpers_spec.rb - spec/screen_module_spec.rb - spec/screen_spec.rb - spec/split_screen_in_tab_bar_spec.rb - spec/split_screen_open_screen_spec.rb - spec/split_screen_spec.rb - spec/table_screen_spec.rb - spec/view_helper_spec.rb