# -*- encoding: utf-8 -*- # stub: ProMotion 0.7.0 ruby lib Gem::Specification.new do |s| s.name = "ProMotion".freeze s.version = "0.7.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-06-03" 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, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "ProMotion.gemspec".freeze, "README.md".freeze, "Rakefile".freeze, "app/app_delegate.rb".freeze, "app/screens/basic_screen.rb".freeze, "lib/ProMotion.rb".freeze, "lib/ProMotion/.DS_Store".freeze, "lib/ProMotion/cocoatouch/NavigationController.rb".freeze, "lib/ProMotion/cocoatouch/SplitViewController.rb".freeze, "lib/ProMotion/cocoatouch/TableViewCell.rb".freeze, "lib/ProMotion/cocoatouch/TableViewController.rb".freeze, "lib/ProMotion/cocoatouch/ViewController.rb".freeze, "lib/ProMotion/delegate/delegate.rb".freeze, "lib/ProMotion/delegate/delegate_helper.rb".freeze, "lib/ProMotion/delegate/delegate_notifications.rb".freeze, "lib/ProMotion/helpers/console.rb".freeze, "lib/ProMotion/helpers/logger.rb".freeze, "lib/ProMotion/helpers/measure_helper.rb".freeze, "lib/ProMotion/helpers/system_helper.rb".freeze, "lib/ProMotion/helpers/view_helper.rb".freeze, "lib/ProMotion/pro_motion.rb".freeze, "lib/ProMotion/push_notifications/push_notification.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/screen_helpers/split_screen.rb".freeze, "lib/ProMotion/screens/_compatibility/formotion_screen.rb".freeze, "lib/ProMotion/screens/_screen_module.rb".freeze, "lib/ProMotion/screens/_table_screen_module.rb".freeze, "lib/ProMotion/screens/_tables/_refreshable_table.rb".freeze, "lib/ProMotion/screens/_tables/_searchable_table.rb".freeze, "lib/ProMotion/screens/_tables/_sectioned_table.rb".freeze, "lib/ProMotion/screens/_tables/_table.rb".freeze, "lib/ProMotion/screens/_tables/grouped_table.rb".freeze, "lib/ProMotion/screens/_tables/plain_table.rb".freeze, "lib/ProMotion/screens/_tables/table_data.rb".freeze, "lib/ProMotion/screens/_tables/table_view_cell_module.rb".freeze, "lib/ProMotion/screens/behaves_like_screen.rb".freeze, "lib/ProMotion/screens/screen.rb".freeze, "lib/ProMotion/screens/table_screen.rb".freeze, "lib/ProMotion/version.rb".freeze, "resources/list.png".freeze, "spec/functional/func_screen_spec.rb".freeze, "spec/functional/func_split_screen_spec.rb".freeze, "spec/functional/func_table_screen_spec.rb".freeze, "spec/helpers/basic_screen.rb".freeze, "spec/helpers/detail_screen.rb".freeze, "spec/helpers/dummy_class.rb".freeze, "spec/helpers/functional_screen.rb".freeze, "spec/helpers/home_screen.rb".freeze, "spec/helpers/master_screen.rb".freeze, "spec/helpers/screen_module_view_controller.rb".freeze, "spec/helpers/table_screen.rb".freeze, "spec/helpers/table_screen_refreshable.rb".freeze, "spec/helpers/table_screen_searchable.rb".freeze, "spec/helpers/test_delegate.rb".freeze, "spec/unit/delegate_spec.rb".freeze, "spec/unit/ios_version_spec.rb".freeze, "spec/unit/logger_spec.rb".freeze, "spec/unit/main_spec.rb".freeze, "spec/unit/screen_helpers_spec.rb".freeze, "spec/unit/screen_module_spec.rb".freeze, "spec/unit/screen_spec.rb".freeze, "spec/unit/split_screen_in_tab_bar_spec.rb".freeze, "spec/unit/split_screen_open_screen_spec.rb".freeze, "spec/unit/split_screen_spec.rb".freeze, "spec/unit/tables/table_module_spec.rb".freeze, "spec/unit/tables/table_screen_spec.rb".freeze, "spec/unit/tables/table_view_cell_spec.rb".freeze, "spec/unit/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/functional/func_screen_spec.rb".freeze, "spec/functional/func_split_screen_spec.rb".freeze, "spec/functional/func_table_screen_spec.rb".freeze, "spec/helpers/basic_screen.rb".freeze, "spec/helpers/detail_screen.rb".freeze, "spec/helpers/dummy_class.rb".freeze, "spec/helpers/functional_screen.rb".freeze, "spec/helpers/home_screen.rb".freeze, "spec/helpers/master_screen.rb".freeze, "spec/helpers/screen_module_view_controller.rb".freeze, "spec/helpers/table_screen.rb".freeze, "spec/helpers/table_screen_refreshable.rb".freeze, "spec/helpers/table_screen_searchable.rb".freeze, "spec/helpers/test_delegate.rb".freeze, "spec/unit/delegate_spec.rb".freeze, "spec/unit/ios_version_spec.rb".freeze, "spec/unit/logger_spec.rb".freeze, "spec/unit/main_spec.rb".freeze, "spec/unit/screen_helpers_spec.rb".freeze, "spec/unit/screen_module_spec.rb".freeze, "spec/unit/screen_spec.rb".freeze, "spec/unit/split_screen_in_tab_bar_spec.rb".freeze, "spec/unit/split_screen_open_screen_spec.rb".freeze, "spec/unit/split_screen_spec.rb".freeze, "spec/unit/tables/table_module_spec.rb".freeze, "spec/unit/tables/table_screen_spec.rb".freeze, "spec/unit/tables/table_view_cell_spec.rb".freeze, "spec/unit/view_helper_spec.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end