# -*- encoding: utf-8 -*- # stub: ProMotion-formotion 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "ProMotion-formotion".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Stephan Toggweiler".freeze] s.date = "2014-03-16" s.description = "ProMotion-formotion bind ProMotion and formotion together.".freeze s.email = ["stephan@rheoli.net".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "ProMotion-formotion.gemspec".freeze, "README.md".freeze, "Rakefile".freeze, "app/app_delegate.rb".freeze, "app/screens/basic_screen.rb".freeze, "lib/ProMotion-formotion.rb".freeze, "lib/ProMotion/formotion/formotion_screen.rb".freeze, "lib/ProMotion/formotion/version.rb".freeze, "spec/helpers/table_screen_formotion.rb".freeze, "spec/unit/formotion_screen_spec.rb".freeze] s.homepage = "https://github.com/rheoli/ProMotion-formotion".freeze s.rubygems_version = "3.5.10".freeze s.summary = "ProMotion is a new way to organize RubyMotion apps. Instead of dealing with UIViewControllers, you work with Screens. Screens are a logical way to think of your app and include a ton of great utilities to make iOS development more like Ruby and less like Objective-C.".freeze s.test_files = ["spec/helpers/table_screen_formotion.rb".freeze, "spec/unit/formotion_screen_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.2.0".freeze]) end