--- !ruby/object:Gem::Specification name: motion-kit version: !ruby/object:Gem::Version version: 1.1.0 platform: ruby authors: - Colin T.A. Gray - Jamon Holmgren autorequire: bindir: bin cert_chain: [] date: 2016-05-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: dbt requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.1.5 - - "~>" - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.1.5 - - "~>" - !ruby/object:Gem::Version version: '1.1' description: 'MotionKit, for RubyMotion, is a DSL for creating and styling views in iOS and OS X. ' email: - colinta@gmail.com - jamon@clearsightstudio.com executables: [] extensions: [] extra_rdoc_files: [] files: - README.md - lib/motion-kit-cocoa/calculator/view_calculator.rb - lib/motion-kit-cocoa/cocoa_util.rb - lib/motion-kit-cocoa/constraints/constraint.rb - lib/motion-kit-cocoa/constraints/constraints_helpers.rb - lib/motion-kit-cocoa/constraints/constraints_target.rb - lib/motion-kit-cocoa/constraints/point_constraint.rb - lib/motion-kit-cocoa/constraints/size_constraint.rb - lib/motion-kit-cocoa/helpers/accessibility_compat.rb - lib/motion-kit-cocoa/helpers/cagradientlayer_helpers.rb - lib/motion-kit-cocoa/helpers/calayer_frame_helpers.rb - lib/motion-kit-cocoa/helpers/calayer_helpers.rb - lib/motion-kit-cocoa/helpers/sugarcube_compat.rb - lib/motion-kit-ios/deprecated.rb - lib/motion-kit-ios/dummy.rb - lib/motion-kit-ios/helpers/constraints_helpers.rb - lib/motion-kit-ios/helpers/layout_device.rb - lib/motion-kit-ios/helpers/layout_orientation.rb - lib/motion-kit-ios/helpers/uibutton_helpers.rb - lib/motion-kit-ios/helpers/uiview_autoresizing_helpers.rb - lib/motion-kit-ios/helpers/uiview_constraints_helpers.rb - lib/motion-kit-ios/helpers/uiview_frame_helpers.rb - lib/motion-kit-ios/helpers/uiview_gradient_helpers.rb - lib/motion-kit-ios/helpers/uiview_helpers.rb - lib/motion-kit-ios/ios_util.rb - lib/motion-kit-osx/deprecated.rb - lib/motion-kit-osx/dummy.rb - lib/motion-kit-osx/helpers/constraints_helpers.rb - lib/motion-kit-osx/helpers/nsmenu_extensions.rb - lib/motion-kit-osx/helpers/nsmenu_helpers.rb - lib/motion-kit-osx/helpers/nsmenuitem_extensions.rb - lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb - lib/motion-kit-osx/helpers/nstableview_helpers.rb - lib/motion-kit-osx/helpers/nstabview_helpers.rb - lib/motion-kit-osx/helpers/nsview_autoresizing_helpers.rb - lib/motion-kit-osx/helpers/nsview_constraints_helpers.rb - lib/motion-kit-osx/helpers/nsview_frame_helpers.rb - lib/motion-kit-osx/helpers/nsview_helpers.rb - lib/motion-kit-osx/helpers/nswindow_frame_helpers.rb - lib/motion-kit-osx/helpers/nswindow_helpers.rb - lib/motion-kit-osx/osx_util.rb - lib/motion-kit-tvos/deprecated.rb - lib/motion-kit-tvos/dummy.rb - lib/motion-kit-tvos/helpers/constraints_helpers.rb - lib/motion-kit-tvos/helpers/layout_device.rb - lib/motion-kit-tvos/helpers/layout_orientation.rb - lib/motion-kit-tvos/helpers/uibutton_helpers.rb - lib/motion-kit-tvos/helpers/uiview_autoresizing_helpers.rb - lib/motion-kit-tvos/helpers/uiview_constraints_helpers.rb - lib/motion-kit-tvos/helpers/uiview_frame_helpers.rb - lib/motion-kit-tvos/helpers/uiview_gradient_helpers.rb - lib/motion-kit-tvos/helpers/uiview_helpers.rb - lib/motion-kit-tvos/ios_util.rb - lib/motion-kit.rb - lib/motion-kit/calculator/calculate.rb - lib/motion-kit/calculator/calculator.rb - lib/motion-kit/calculator/frame_calculator.rb - lib/motion-kit/calculator/origin_calculator.rb - lib/motion-kit/calculator/size_calculator.rb - lib/motion-kit/helpers/base_layout.rb - lib/motion-kit/helpers/base_layout_class_methods.rb - lib/motion-kit/helpers/parent.rb - lib/motion-kit/helpers/tree_layout.rb - lib/motion-kit/motion-kit.rb - lib/motion-kit/object.rb - lib/motion-kit/util.rb - lib/motion-kit/version.rb - spec/ios/apply_styles_spec.rb - spec/ios/autoresizing_helper_spec.rb - spec/ios/calayer_spec.rb - spec/ios/calculate_spec.rb - spec/ios/calculator_spec.rb - spec/ios/child_layouts_spec.rb - spec/ios/constraints_helpers/active_constraints_spec.rb - spec/ios/constraints_helpers/attribute_lookup_spec.rb - spec/ios/constraints_helpers/axis_lookup_spec.rb - spec/ios/constraints_helpers/center_constraints_spec.rb - spec/ios/constraints_helpers/constraint_placeholder_spec.rb - spec/ios/constraints_helpers/priority_lookup_spec.rb - spec/ios/constraints_helpers/relationship_lookup_spec.rb - spec/ios/constraints_helpers/relative_corners_spec.rb - spec/ios/constraints_helpers/relative_location_spec.rb - spec/ios/constraints_helpers/scale_constraints_spec.rb - spec/ios/constraints_helpers/simple_constraints_spec.rb - spec/ios/constraints_helpers/size_constraints_spec.rb - spec/ios/constraints_helpers/view_lookup_constraints_spec.rb - spec/ios/create_layout_spec.rb - spec/ios/custom_layout_spec.rb - spec/ios/custom_root_layout_spec.rb - spec/ios/deferred_spec.rb - spec/ios/device_helpers_spec.rb - spec/ios/frame_helper_spec.rb - spec/ios/layer_layout_spec.rb - spec/ios/layout_extensions_spec.rb - spec/ios/layout_spec.rb - spec/ios/layout_state_spec.rb - spec/ios/memory_leak_spec.rb - spec/ios/motion_kit_id_spec.rb - spec/ios/motionkit_util_spec.rb - spec/ios/nearest_spec.rb - spec/ios/objc_selectors_spec.rb - spec/ios/orientation_helper_specs.rb - spec/ios/parent_layout_spec.rb - spec/ios/parent_spec.rb - spec/ios/prev_next_spec.rb - spec/ios/reapply_frame.rb - spec/ios/relative_layout.spec.rb - spec/ios/remove_layout_spec.rb - spec/ios/root_layout_spec.rb - spec/ios/setters_spec.rb - spec/ios/uibutton_layout_spec.rb - spec/ios/uitextfield_spec.rb - spec/ios/view_attr_spec.rb - spec/osx/autoresizing_helper_spec.rb - spec/osx/constraints_helpers/active_constraints_spec.rb - spec/osx/constraints_helpers/orientation_lookup_spec.rb - spec/osx/constraints_helpers/simple_constraints_spec.rb - spec/osx/constraints_helpers/size_constraints_spec.rb - spec/osx/create_menu_spec.rb - spec/osx/create_via_extensions_spec.rb - spec/osx/custom_root_layout_spec.rb - spec/osx/deferred_spec.rb - spec/osx/issue42_spec.rb - spec/osx/menu_extensions_spec.rb - spec/osx/menu_layout_spec.rb - spec/osx/menu_spec.rb - spec/osx/nstabview_helper_spec.rb - spec/osx/nsview_frame_helper_spec.rb - spec/osx/nswindow_frame_helper_spec.rb - spec/osx/root_menu_spec.rb - spec/osx/table_view_spec.rb - spec/tvos/apply_styles_spec.rb - spec/tvos/autoresizing_helper_spec.rb - spec/tvos/calayer_spec.rb - spec/tvos/calculate_spec.rb - spec/tvos/calculator_spec.rb - spec/tvos/child_layouts_spec.rb - spec/tvos/constraints_helpers/active_constraints_spec.rb - spec/tvos/constraints_helpers/attribute_lookup_spec.rb - spec/tvos/constraints_helpers/axis_lookup_spec.rb - spec/tvos/constraints_helpers/center_constraints_spec.rb - spec/tvos/constraints_helpers/constraint_placeholder_spec.rb - spec/tvos/constraints_helpers/priority_lookup_spec.rb - spec/tvos/constraints_helpers/relationship_lookup_spec.rb - spec/tvos/constraints_helpers/relative_corners_spec.rb - spec/tvos/constraints_helpers/relative_location_spec.rb - spec/tvos/constraints_helpers/scale_constraints_spec.rb - spec/tvos/constraints_helpers/simple_constraints_spec.rb - spec/tvos/constraints_helpers/size_constraints_spec.rb - spec/tvos/constraints_helpers/view_lookup_constraints_spec.rb - spec/tvos/create_layout_spec.rb - spec/tvos/custom_layout_spec.rb - spec/tvos/custom_root_layout_spec.rb - spec/tvos/deferred_spec.rb - spec/tvos/device_helpers_spec.rb - spec/tvos/frame_helper_spec.rb - spec/tvos/layer_layout_spec.rb - spec/tvos/layout_extensions_spec.rb - spec/tvos/layout_spec.rb - spec/tvos/layout_state_spec.rb - spec/tvos/memory_leak_spec.rb - spec/tvos/motion_kit_id_spec.rb - spec/tvos/motionkit_util_spec.rb - spec/tvos/nearest_spec.rb - spec/tvos/objc_selectors_spec.rb - spec/tvos/orientation_helper_specs.rb - spec/tvos/parent_layout_spec.rb - spec/tvos/parent_spec.rb - spec/tvos/prev_next_spec.rb - spec/tvos/reapply_frame.rb - spec/tvos/relative_layout.spec.rb - spec/tvos/remove_layout_spec.rb - spec/tvos/root_layout_spec.rb - spec/tvos/setters_spec.rb - spec/tvos/uibutton_layout_spec.rb - spec/tvos/uitextfield_spec.rb - spec/tvos/view_attr_spec.rb homepage: https://github.com/rubymotion/motion-kit licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: The RubyMotion layout and styling gem. test_files: - spec/ios/apply_styles_spec.rb - spec/ios/autoresizing_helper_spec.rb - spec/ios/calayer_spec.rb - spec/ios/calculate_spec.rb - spec/ios/calculator_spec.rb - spec/ios/child_layouts_spec.rb - spec/ios/constraints_helpers/active_constraints_spec.rb - spec/ios/constraints_helpers/attribute_lookup_spec.rb - spec/ios/constraints_helpers/axis_lookup_spec.rb - spec/ios/constraints_helpers/center_constraints_spec.rb - spec/ios/constraints_helpers/constraint_placeholder_spec.rb - spec/ios/constraints_helpers/priority_lookup_spec.rb - spec/ios/constraints_helpers/relationship_lookup_spec.rb - spec/ios/constraints_helpers/relative_corners_spec.rb - spec/ios/constraints_helpers/relative_location_spec.rb - spec/ios/constraints_helpers/scale_constraints_spec.rb - spec/ios/constraints_helpers/simple_constraints_spec.rb - spec/ios/constraints_helpers/size_constraints_spec.rb - spec/ios/constraints_helpers/view_lookup_constraints_spec.rb - spec/ios/create_layout_spec.rb - spec/ios/custom_layout_spec.rb - spec/ios/custom_root_layout_spec.rb - spec/ios/deferred_spec.rb - spec/ios/device_helpers_spec.rb - spec/ios/frame_helper_spec.rb - spec/ios/layer_layout_spec.rb - spec/ios/layout_extensions_spec.rb - spec/ios/layout_spec.rb - spec/ios/layout_state_spec.rb - spec/ios/memory_leak_spec.rb - spec/ios/motion_kit_id_spec.rb - spec/ios/motionkit_util_spec.rb - spec/ios/nearest_spec.rb - spec/ios/objc_selectors_spec.rb - spec/ios/orientation_helper_specs.rb - spec/ios/parent_layout_spec.rb - spec/ios/parent_spec.rb - spec/ios/prev_next_spec.rb - spec/ios/reapply_frame.rb - spec/ios/relative_layout.spec.rb - spec/ios/remove_layout_spec.rb - spec/ios/root_layout_spec.rb - spec/ios/setters_spec.rb - spec/ios/uibutton_layout_spec.rb - spec/ios/uitextfield_spec.rb - spec/ios/view_attr_spec.rb - spec/osx/autoresizing_helper_spec.rb - spec/osx/constraints_helpers/active_constraints_spec.rb - spec/osx/constraints_helpers/orientation_lookup_spec.rb - spec/osx/constraints_helpers/simple_constraints_spec.rb - spec/osx/constraints_helpers/size_constraints_spec.rb - spec/osx/create_menu_spec.rb - spec/osx/create_via_extensions_spec.rb - spec/osx/custom_root_layout_spec.rb - spec/osx/deferred_spec.rb - spec/osx/issue42_spec.rb - spec/osx/menu_extensions_spec.rb - spec/osx/menu_layout_spec.rb - spec/osx/menu_spec.rb - spec/osx/nstabview_helper_spec.rb - spec/osx/nsview_frame_helper_spec.rb - spec/osx/nswindow_frame_helper_spec.rb - spec/osx/root_menu_spec.rb - spec/osx/table_view_spec.rb - spec/tvos/apply_styles_spec.rb - spec/tvos/autoresizing_helper_spec.rb - spec/tvos/calayer_spec.rb - spec/tvos/calculate_spec.rb - spec/tvos/calculator_spec.rb - spec/tvos/child_layouts_spec.rb - spec/tvos/constraints_helpers/active_constraints_spec.rb - spec/tvos/constraints_helpers/attribute_lookup_spec.rb - spec/tvos/constraints_helpers/axis_lookup_spec.rb - spec/tvos/constraints_helpers/center_constraints_spec.rb - spec/tvos/constraints_helpers/constraint_placeholder_spec.rb - spec/tvos/constraints_helpers/priority_lookup_spec.rb - spec/tvos/constraints_helpers/relationship_lookup_spec.rb - spec/tvos/constraints_helpers/relative_corners_spec.rb - spec/tvos/constraints_helpers/relative_location_spec.rb - spec/tvos/constraints_helpers/scale_constraints_spec.rb - spec/tvos/constraints_helpers/simple_constraints_spec.rb - spec/tvos/constraints_helpers/size_constraints_spec.rb - spec/tvos/constraints_helpers/view_lookup_constraints_spec.rb - spec/tvos/create_layout_spec.rb - spec/tvos/custom_layout_spec.rb - spec/tvos/custom_root_layout_spec.rb - spec/tvos/deferred_spec.rb - spec/tvos/device_helpers_spec.rb - spec/tvos/frame_helper_spec.rb - spec/tvos/layer_layout_spec.rb - spec/tvos/layout_extensions_spec.rb - spec/tvos/layout_spec.rb - spec/tvos/layout_state_spec.rb - spec/tvos/memory_leak_spec.rb - spec/tvos/motion_kit_id_spec.rb - spec/tvos/motionkit_util_spec.rb - spec/tvos/nearest_spec.rb - spec/tvos/objc_selectors_spec.rb - spec/tvos/orientation_helper_specs.rb - spec/tvos/parent_layout_spec.rb - spec/tvos/parent_spec.rb - spec/tvos/prev_next_spec.rb - spec/tvos/reapply_frame.rb - spec/tvos/relative_layout.spec.rb - spec/tvos/remove_layout_spec.rb - spec/tvos/root_layout_spec.rb - spec/tvos/setters_spec.rb - spec/tvos/uibutton_layout_spec.rb - spec/tvos/uitextfield_spec.rb - spec/tvos/view_attr_spec.rb