# -*- encoding: utf-8 -*- # stub: motion_bindable 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "motion_bindable".freeze s.version = "0.0.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 = ["Nathan Kot".freeze] s.date = "2013-12-14" s.description = "A simple data binding library for RubyMotion.".freeze s.email = ["nk@nathankot.com".freeze] s.files = [".gemrelease".freeze, ".gitignore".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/delegate_proxy.rb".freeze, "lib/motion_bindable/strategy.rb".freeze, "lib/motion_bindable/version.rb".freeze, "lib/strategies/proc.rb".freeze, "lib/strategies/strategies.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/proc_strategy_spec.rb".freeze, "spec/strategy_spec.rb".freeze, "spec/ui_text_field_strategy_spec.rb".freeze] s.homepage = "".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/proc_strategy_spec.rb".freeze, "spec/strategy_spec.rb".freeze, "spec/ui_text_field_strategy_spec.rb".freeze] end