# -*- encoding: utf-8 -*- # stub: motion-kit 0.9.2 ruby lib Gem::Specification.new do |s| s.name = "motion-kit".freeze s.version = "0.9.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 = ["Colin T.A. Gray".freeze, "Jamon Holmgren".freeze] s.date = "2014-05-07" s.description = "MotionKit, for RubyMotion, is a DSL for creating and styling views in iOS and OS X.\n".freeze s.email = ["colinta@gmail.com".freeze, "jamon@clearsightstudio.com".freeze] s.files = ["README.md".freeze, "lib/motion-kit-cocoa/cocoa_util.rb".freeze, "lib/motion-kit-cocoa/constraints/constraint.rb".freeze, "lib/motion-kit-cocoa/constraints/constraint_placeholder.rb".freeze, "lib/motion-kit-cocoa/constraints/constraints_layout.rb".freeze, "lib/motion-kit-cocoa/constraints/constraints_target.rb".freeze, "lib/motion-kit-cocoa/layouts/cagradientlayer_layout.rb".freeze, "lib/motion-kit-cocoa/layouts/calayer_layout.rb".freeze, "lib/motion-kit-cocoa/layouts/sugarcube_compat.rb".freeze, "lib/motion-kit-ios/dummy.rb".freeze, "lib/motion-kit-ios/ios_util.rb".freeze, "lib/motion-kit-ios/layouts/constraints_layout.rb".freeze, "lib/motion-kit-ios/layouts/layout_device.rb".freeze, "lib/motion-kit-ios/layouts/layout_orientation.rb".freeze, "lib/motion-kit-ios/layouts/uibutton_layout.rb".freeze, "lib/motion-kit-ios/layouts/uiview_layout.rb".freeze, "lib/motion-kit-ios/layouts/uiview_layout_autoresizing.rb".freeze, "lib/motion-kit-ios/layouts/uiview_layout_constraints.rb".freeze, "lib/motion-kit-ios/layouts/uiview_layout_frame.rb".freeze, "lib/motion-kit-ios/layouts/uiview_layout_gradient.rb".freeze, "lib/motion-kit-osx/dummy.rb".freeze, "lib/motion-kit-osx/layouts/constraints_layout.rb".freeze, "lib/motion-kit-osx/layouts/nsmenu_extensions.rb".freeze, "lib/motion-kit-osx/layouts/nsmenu_layout.rb".freeze, "lib/motion-kit-osx/layouts/nsmenuitem_extensions.rb".freeze, "lib/motion-kit-osx/layouts/nstablecolumn_layout.rb".freeze, "lib/motion-kit-osx/layouts/nstableview_layout.rb".freeze, "lib/motion-kit-osx/layouts/nsview_layout.rb".freeze, "lib/motion-kit-osx/layouts/nsview_layout_autoresizing.rb".freeze, "lib/motion-kit-osx/layouts/nsview_layout_constraints.rb".freeze, "lib/motion-kit-osx/layouts/nsview_layout_frame.rb".freeze, "lib/motion-kit-osx/layouts/nswindow_frame.rb".freeze, "lib/motion-kit-osx/layouts/nswindow_layout.rb".freeze, "lib/motion-kit-osx/osx_util.rb".freeze, "lib/motion-kit.rb".freeze, "lib/motion-kit/calculate.rb".freeze, "lib/motion-kit/layouts/base_layout.rb".freeze, "lib/motion-kit/layouts/base_layout_class_methods.rb".freeze, "lib/motion-kit/layouts/parent.rb".freeze, "lib/motion-kit/layouts/view_layout.rb".freeze, "lib/motion-kit/motion-kit.rb".freeze, "lib/motion-kit/object.rb".freeze, "lib/motion-kit/util.rb".freeze, "lib/motion-kit/version.rb".freeze, "spec/ios/apply_styles_spec.rb".freeze, "spec/ios/autoresizing_helper_spec.rb".freeze, "spec/ios/calculate_spec.rb".freeze, "spec/ios/calculator_spec.rb".freeze, "spec/ios/constraints_helpers/attribute_lookup_spec.rb".freeze, "spec/ios/constraints_helpers/axis_lookup_spec.rb".freeze, "spec/ios/constraints_helpers/center_constraints_spec.rb".freeze, "spec/ios/constraints_helpers/constraint_placeholder_spec.rb".freeze, "spec/ios/constraints_helpers/priority_lookup_spec.rb".freeze, "spec/ios/constraints_helpers/relationship_lookup_spec.rb".freeze, "spec/ios/constraints_helpers/relative_corners_spec.rb".freeze, "spec/ios/constraints_helpers/relative_location_spec.rb".freeze, "spec/ios/constraints_helpers/simple_constraints_spec.rb".freeze, "spec/ios/constraints_helpers/size_constraints_spec.rb".freeze, "spec/ios/constraints_helpers/view_lookup_constraints_spec.rb".freeze, "spec/ios/create_layout_spec.rb".freeze, "spec/ios/custom_layout_spec.rb".freeze, "spec/ios/deferred_spec.rb".freeze, "spec/ios/device_helpers_spec.rb".freeze, "spec/ios/frame_helper_spec.rb".freeze, "spec/ios/layer_layout_spec.rb".freeze, "spec/ios/layout_extensions_spec.rb".freeze, "spec/ios/layout_spec.rb".freeze, "spec/ios/layout_state_spec.rb".freeze, "spec/ios/motionkit_util_spec.rb".freeze, "spec/ios/objc_selectors_spec.rb".freeze, "spec/ios/orientation_helper_specs.rb".freeze, "spec/ios/parent_layout_spec.rb".freeze, "spec/ios/parent_spec.rb".freeze, "spec/ios/remove_layout_spec.rb".freeze, "spec/ios/root_layout_spec.rb".freeze, "spec/ios/setters_spec.rb".freeze, "spec/ios/uibutton_layout_spec.rb".freeze, "spec/ios/uitextfield_spec.rb".freeze, "spec/ios/view_attr_spec.rb".freeze, "spec/osx/autoresizing_helper_spec.rb".freeze, "spec/osx/constraints_helper_spec.rb".freeze, "spec/osx/constraints_helpers/orientation_lookup_spec.rb".freeze, "spec/osx/constraints_helpers/simple_constraints_spec.rb".freeze, "spec/osx/constraints_helpers/size_constraints_spec.rb".freeze, "spec/osx/create_menu_spec.rb".freeze, "spec/osx/create_via_extensions_spec.rb".freeze, "spec/osx/deferred_spec.rb".freeze, "spec/osx/frame_helper_spec.rb".freeze, "spec/osx/menu_extensions_spec.rb".freeze, "spec/osx/menu_layout_spec.rb".freeze, "spec/osx/menu_spec.rb".freeze, "spec/osx/root_menu_spec.rb".freeze] s.homepage = "https://github.com/rubymotion/motion-kit".freeze s.licenses = ["BSD".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The RubyMotion layout and styling gem.".freeze s.test_files = ["spec/ios/apply_styles_spec.rb".freeze, "spec/ios/autoresizing_helper_spec.rb".freeze, "spec/ios/calculate_spec.rb".freeze, "spec/ios/calculator_spec.rb".freeze, "spec/ios/constraints_helpers/attribute_lookup_spec.rb".freeze, "spec/ios/constraints_helpers/axis_lookup_spec.rb".freeze, "spec/ios/constraints_helpers/center_constraints_spec.rb".freeze, "spec/ios/constraints_helpers/constraint_placeholder_spec.rb".freeze, "spec/ios/constraints_helpers/priority_lookup_spec.rb".freeze, "spec/ios/constraints_helpers/relationship_lookup_spec.rb".freeze, "spec/ios/constraints_helpers/relative_corners_spec.rb".freeze, "spec/ios/constraints_helpers/relative_location_spec.rb".freeze, "spec/ios/constraints_helpers/simple_constraints_spec.rb".freeze, "spec/ios/constraints_helpers/size_constraints_spec.rb".freeze, "spec/ios/constraints_helpers/view_lookup_constraints_spec.rb".freeze, "spec/ios/create_layout_spec.rb".freeze, "spec/ios/custom_layout_spec.rb".freeze, "spec/ios/deferred_spec.rb".freeze, "spec/ios/device_helpers_spec.rb".freeze, "spec/ios/frame_helper_spec.rb".freeze, "spec/ios/layer_layout_spec.rb".freeze, "spec/ios/layout_extensions_spec.rb".freeze, "spec/ios/layout_spec.rb".freeze, "spec/ios/layout_state_spec.rb".freeze, "spec/ios/motionkit_util_spec.rb".freeze, "spec/ios/objc_selectors_spec.rb".freeze, "spec/ios/orientation_helper_specs.rb".freeze, "spec/ios/parent_layout_spec.rb".freeze, "spec/ios/parent_spec.rb".freeze, "spec/ios/remove_layout_spec.rb".freeze, "spec/ios/root_layout_spec.rb".freeze, "spec/ios/setters_spec.rb".freeze, "spec/ios/uibutton_layout_spec.rb".freeze, "spec/ios/uitextfield_spec.rb".freeze, "spec/ios/view_attr_spec.rb".freeze, "spec/osx/autoresizing_helper_spec.rb".freeze, "spec/osx/constraints_helper_spec.rb".freeze, "spec/osx/constraints_helpers/orientation_lookup_spec.rb".freeze, "spec/osx/constraints_helpers/simple_constraints_spec.rb".freeze, "spec/osx/constraints_helpers/size_constraints_spec.rb".freeze, "spec/osx/create_menu_spec.rb".freeze, "spec/osx/create_via_extensions_spec.rb".freeze, "spec/osx/deferred_spec.rb".freeze, "spec/osx/frame_helper_spec.rb".freeze, "spec/osx/menu_extensions_spec.rb".freeze, "spec/osx/menu_layout_spec.rb".freeze, "spec/osx/menu_spec.rb".freeze, "spec/osx/root_menu_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end