# -*- encoding: utf-8 -*- # stub: motion_bindable 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "motion_bindable".freeze s.version = "0.3.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 = ["Nathan Kot".freeze] s.date = "2014-03-19" s.description = "A simple data binding library for RubyMotion.".freeze s.email = ["nk@nathankot.com".freeze] s.files = [".gemrelease".freeze, ".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "app/app_delegate.rb".freeze, "lib/motion_bindable.rb".freeze, "lib/motion_bindable/bindable.rb".freeze, "lib/motion_bindable/strategy.rb".freeze, "lib/motion_bindable/strategy_helpers.rb".freeze, "lib/motion_bindable/version.rb".freeze, "lib/strategies/proc.rb".freeze, "lib/strategies/strategies.rb".freeze, "lib/strategies/ui_label.rb".freeze, "lib/strategies/ui_text_field.rb".freeze, "motion_bindable.gemspec".freeze, "resources/Default-568h@2x.png".freeze, "spec/bindable_spec.rb".freeze, "spec/helpers/apply.rb".freeze, "spec/helpers/facon.rb".freeze, "spec/helpers/fake_model.rb".freeze, "spec/strategies/proc_spec.rb".freeze, "spec/strategies/strategy_spec.rb".freeze, "spec/strategies/ui_label_spec.rb".freeze, "spec/strategies/ui_label_x_ui_text_field_spec.rb".freeze, "spec/strategies/ui_text_field_spec.rb".freeze, "spec/strategy_helpers_spec.rb".freeze] s.homepage = "https://github.com/nathankot/motion-bindable".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Inspired by RivetsJS".freeze s.test_files = ["spec/bindable_spec.rb".freeze, "spec/helpers/apply.rb".freeze, "spec/helpers/facon.rb".freeze, "spec/helpers/fake_model.rb".freeze, "spec/strategies/proc_spec.rb".freeze, "spec/strategies/strategy_spec.rb".freeze, "spec/strategies/ui_label_spec.rb".freeze, "spec/strategies/ui_label_x_ui_text_field_spec.rb".freeze, "spec/strategies/ui_text_field_spec.rb".freeze, "spec/strategy_helpers_spec.rb".freeze] end