# -*- encoding: utf-8 -*- # stub: ProMotion-formotion 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "ProMotion-formotion".freeze s.version = "0.1.1".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 = "2013-12-09" 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, "lib/ProMotion-formotion.rb".freeze, "lib/ProMotion/formotion/formotion_screen.rb".freeze, "lib/ProMotion/formotion/version.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.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.6.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.6".freeze]) end