Sha256: b4a01219dec1a576eb406c7d074c7b1253d5f5942513d07698d6ffe6c0f803f2
Contents?: true
Size: 1.19 KB
Versions: 4
Compression:
Stored size: 1.19 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/ProMotion/formotion/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Stephan Toggweiler"] gem.email = ["stephan@rheoli.net"] gem.description = "ProMotion-formotion bind ProMotion and formotion together." gem.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. " gem.homepage = "https://github.com/rheoli/ProMotion-formotion" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "ProMotion-formotion" gem.require_paths = ["lib"] gem.version = ProMotion::Formotion::VERSION gem.add_runtime_dependency("ProMotion", ">= 0.4.1") gem.add_runtime_dependency("formotion", ">= 1.1.4") end
Version data entries
4 entries across 4 versions & 1 rubygems