Sha256: f2db8e1c5d1e03a527bd06f94b3d9bf13f4b9b4fbbc3f1f3208d5598fbb5d746
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/ProMotion/version-formotion', __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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ProMotion-formotion-0.0.5 | ProMotion-formotion.gemspec |