# -*- encoding: utf-8 -*- # stub: ProMotion 2.8.2 ruby lib Gem::Specification.new do |s| s.name = "ProMotion".freeze s.version = "2.8.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, "Mark Rickert".freeze, "Silas Matson".freeze] s.date = "2018-10-25" s.description = "ProMotion gives RubyMotion iOS view controllers a more Ruby-like API.".freeze s.email = ["jamon@infinite.red".freeze, "mark@infinite.red".freeze, "silas@infinite.red".freeze] s.executables = ["promotion".freeze] s.files = ["README.md".freeze, "bin/promotion".freeze, "lib/ProMotion.rb".freeze, "lib/ProMotion/cocoatouch/collection_view_cell.rb".freeze, "lib/ProMotion/cocoatouch/collection_view_controller.rb".freeze, "lib/ProMotion/cocoatouch/navigation_controller.rb".freeze, "lib/ProMotion/cocoatouch/ns_string.rb".freeze, "lib/ProMotion/cocoatouch/ns_url.rb".freeze, "lib/ProMotion/cocoatouch/split_view_controller.rb".freeze, "lib/ProMotion/cocoatouch/tab_bar_controller.rb".freeze, "lib/ProMotion/cocoatouch/table_view_cell.rb".freeze, "lib/ProMotion/cocoatouch/table_view_controller.rb".freeze, "lib/ProMotion/cocoatouch/view_controller.rb".freeze, "lib/ProMotion/collection/cell/collection_view_cell_module.rb".freeze, "lib/ProMotion/collection/collection.rb".freeze, "lib/ProMotion/collection/collection_builder.rb".freeze, "lib/ProMotion/collection/collection_class_methods.rb".freeze, "lib/ProMotion/collection/collection_screen.rb".freeze, "lib/ProMotion/collection/data/collection_data.rb".freeze, "lib/ProMotion/collection/data/collection_data_builder.rb".freeze, "lib/ProMotion/delegate/delegate.rb".freeze, "lib/ProMotion/delegate/delegate_module.rb".freeze, "lib/ProMotion/delegate/delegate_parent.rb".freeze, "lib/ProMotion/ipad/split_screen.rb".freeze, "lib/ProMotion/logger/logger.rb".freeze, "lib/ProMotion/pro_motion.rb".freeze, "lib/ProMotion/repl/live_reloader.rb".freeze, "lib/ProMotion/repl/repl.rb".freeze, "lib/ProMotion/screen/nav_bar_module.rb".freeze, "lib/ProMotion/screen/screen.rb".freeze, "lib/ProMotion/screen/screen_module.rb".freeze, "lib/ProMotion/screen/screen_navigation.rb".freeze, "lib/ProMotion/screen/status_bar_module.rb".freeze, "lib/ProMotion/stubs/dummy_image_view.rb".freeze, "lib/ProMotion/stubs/dummy_view.rb".freeze, "lib/ProMotion/styling/styling.rb".freeze, "lib/ProMotion/support/support.rb".freeze, "lib/ProMotion/table/cell/table_view_cell_module.rb".freeze, "lib/ProMotion/table/data/table_data.rb".freeze, "lib/ProMotion/table/data/table_data_builder.rb".freeze, "lib/ProMotion/table/extensions/indexable.rb".freeze, "lib/ProMotion/table/extensions/longpressable.rb".freeze, "lib/ProMotion/table/extensions/refreshable.rb".freeze, "lib/ProMotion/table/extensions/searchable.rb".freeze, "lib/ProMotion/table/grouped_table.rb".freeze, "lib/ProMotion/table/grouped_table_screen.rb".freeze, "lib/ProMotion/table/table.rb".freeze, "lib/ProMotion/table/table_builder.rb".freeze, "lib/ProMotion/table/table_class_methods.rb".freeze, "lib/ProMotion/table/table_screen.rb".freeze, "lib/ProMotion/table/table_utils.rb".freeze, "lib/ProMotion/tabs/tabs.rb".freeze, "lib/ProMotion/version.rb".freeze, "lib/ProMotion/web/web_screen.rb".freeze, "lib/ProMotion/web/web_screen_module.rb".freeze, "spec/functional/func_screen_spec.rb".freeze, "spec/functional/func_split_screen_spec.rb".freeze, "spec/functional/func_table_screen_cell_spec.rb".freeze, "spec/functional/func_table_screen_spec.rb".freeze, "spec/functional/func_table_screen_updating_spec.rb".freeze, "spec/functional/func_web_screen_spec.rb".freeze, "spec/helpers/test_helper.rb".freeze, "spec/unit/collection_screen_spec.rb".freeze, "spec/unit/delegate_spec.rb".freeze, "spec/unit/image_title_screen_spec.rb".freeze, "spec/unit/image_view_title_screen_spec.rb".freeze, "spec/unit/load_view_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/searchable_table_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/support_spec.rb".freeze, "spec/unit/tab_bar_spec.rb".freeze, "spec/unit/tab_spec.rb".freeze, "spec/unit/tables/table_indexable_spec.rb".freeze, "spec/unit/tables/table_module_spec.rb".freeze, "spec/unit/tables/table_refreshable_spec.rb".freeze, "spec/unit/tables/table_screen_spec.rb".freeze, "spec/unit/tables/table_searchable_spec.rb".freeze, "spec/unit/tables/table_utils_spec.rb".freeze, "spec/unit/tables/table_view_cell_spec.rb".freeze, "spec/unit/view_helper_spec.rb".freeze, "spec/unit/view_title_screen_spec.rb".freeze, "spec/unit/web_spec.rb".freeze] s.homepage = "https://github.com/infinitered/ProMotion".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ProMotion is a fast way to get started building RubyMotion apps. Instead of dealing with UIViewControllers, UITableViewControllers, and the like, you work with Screens. We abstract the view controller boilerplate to make iOS development more like Ruby and less like Objective-C. With a memorable, concise API and a friendly, helpful community, ProMotion is a great way to get started with iOS development.".freeze s.test_files = ["spec/unit/support_spec.rb".freeze, "spec/unit/tables/table_utils_spec.rb".freeze, "spec/unit/tables/table_screen_spec.rb".freeze, "spec/unit/tables/table_module_spec.rb".freeze, "spec/unit/tables/table_refreshable_spec.rb".freeze, "spec/unit/tables/table_searchable_spec.rb".freeze, "spec/unit/tables/table_indexable_spec.rb".freeze, "spec/unit/tables/table_view_cell_spec.rb".freeze, "spec/unit/tab_bar_spec.rb".freeze, "spec/unit/searchable_table_spec.rb".freeze, "spec/unit/main_spec.rb".freeze, "spec/unit/image_title_screen_spec.rb".freeze, "spec/unit/screen_module_spec.rb".freeze, "spec/unit/screen_helpers_spec.rb".freeze, "spec/unit/split_screen_in_tab_bar_spec.rb".freeze, "spec/unit/screen_spec.rb".freeze, "spec/unit/image_view_title_screen_spec.rb".freeze, "spec/unit/delegate_spec.rb".freeze, "spec/unit/split_screen_spec.rb".freeze, "spec/unit/tab_spec.rb".freeze, "spec/unit/split_screen_open_screen_spec.rb".freeze, "spec/unit/web_spec.rb".freeze, "spec/unit/view_helper_spec.rb".freeze, "spec/unit/load_view_spec.rb".freeze, "spec/unit/collection_screen_spec.rb".freeze, "spec/unit/view_title_screen_spec.rb".freeze, "spec/helpers/test_helper.rb".freeze, "spec/functional/func_table_screen_updating_spec.rb".freeze, "spec/functional/func_screen_spec.rb".freeze, "spec/functional/func_table_screen_spec.rb".freeze, "spec/functional/func_split_screen_spec.rb".freeze, "spec/functional/func_table_screen_cell_spec.rb".freeze, "spec/functional/func_web_screen_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end