# -*- encoding: utf-8 -*- # stub: motion-xray 1.0.7 ruby lib Gem::Specification.new do |s| s.name = "motion-xray".freeze s.version = "1.0.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Colin T.A. Gray".freeze] s.date = "2014-04-18" s.description = "The simulator and RubyMotion REPL make on-device testing a painful cycle of\ncode, compile, check, repeat. *Especially* when it comes to testing the UI,\nwhere inexplicable differences can crop up between a device and the simulator.\n\nMotion-Xray is an in-app developer's toolbox. Activate Xray (usually by shaking the\nphone) and a UI editor appears where you can add, modify, and remove views.\n\nWhy stop there! There's a log panel, and an accessibility panel that gives you\na visiualization of how you app \"looks\" to the blind or color blind.\n\nAnd you're damn right it's extensible! You can write new UI editors, register\ncustom views, and add new panels, for instance maybe you need a Bluetooth device\nscanner, or a way to check API requests.\n\nEnjoy!\n".freeze s.email = ["colinta@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "app/app_delegate.rb".freeze, "lib/motion-xray.rb".freeze, "lib/motion-xray/plugins/accessibility_plugin.rb".freeze, "lib/motion-xray/plugins/log_plugin.rb".freeze, "lib/motion-xray/plugins/save_ui_plugin.rb".freeze, "lib/motion-xray/plugins/ui_plugin.rb".freeze, "lib/motion-xray/version.rb".freeze, "lib/motion-xray/views/xray_color_swatch.rb".freeze, "lib/motion-xray/views/xray_dpad.rb".freeze, "lib/motion-xray/views/xray_gradient_view.rb".freeze, "lib/motion-xray/views/xray_headers.rb".freeze, "lib/motion-xray/views/xray_lock_button.rb".freeze, "lib/motion-xray/views/xray_scroll_view.rb".freeze, "lib/motion-xray/views/xray_toolbar.rb".freeze, "lib/motion-xray/views/xray_window.rb".freeze, "lib/motion-xray/xray.rb".freeze, "lib/motion-xray/xray_constants.rb".freeze, "lib/motion-xray/xray_dummy.rb".freeze, "lib/motion-xray/xray_editors.rb".freeze, "lib/motion-xray/xray_ext.rb".freeze, "lib/motion-xray/xray_plugin.rb".freeze, "lib/motion-xray/xray_typewriter.rb".freeze, "lib/motion-xray/xray_ui.rb".freeze, "lib/motion-xray/z_editors/xray_boolean_editor.rb".freeze, "lib/motion-xray/z_editors/xray_color_editor.rb".freeze, "lib/motion-xray/z_editors/xray_frame_editor.rb".freeze, "lib/motion-xray/z_editors/xray_image_editor.rb".freeze, "lib/motion-xray/z_editors/xray_text_editor.rb".freeze, "lib/resources/xray_button_bg@2x.png".freeze, "lib/resources/xray_choose_button@2x.png".freeze, "lib/resources/xray_clear_button@2x.png".freeze, "lib/resources/xray_detail_button@2x.png".freeze, "lib/resources/xray_dpad@2x.png".freeze, "lib/resources/xray_dpad_center@2x.png".freeze, "lib/resources/xray_dpad_down@2x.png".freeze, "lib/resources/xray_dpad_left@2x.png".freeze, "lib/resources/xray_dpad_right@2x.png".freeze, "lib/resources/xray_dpad_up@2x.png".freeze, "lib/resources/xray_drawer_left@2x.png".freeze, "lib/resources/xray_drawer_right@2x.png".freeze, "lib/resources/xray_edit_button@2x.png".freeze, "lib/resources/xray_email_button@2x.png".freeze, "lib/resources/xray_lock_button_horizontal@2x.png".freeze, "lib/resources/xray_lock_button_locked@2x.png".freeze, "lib/resources/xray_lock_button_unlocked@2x.png".freeze, "lib/resources/xray_lock_button_vertical@2x.png".freeze, "motion-xray.gemspec".freeze, "resources/Default-568h@2x.png".freeze, "spec/xray_view_spec.rb".freeze] s.homepage = "https://github.com/colinta/motion-xray".freeze s.rubygems_version = "3.5.10".freeze s.summary = "An in-app UI editing system for iOS".freeze s.test_files = ["spec/xray_view_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.20.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end