Sha256: 0cfcfe313d2246ff5a601c42080463d757229a89abd66e26279186b56df8980e
Contents?: true
Size: 1.4 KB
Versions: 0
Compression: gzip
Compressed size: 684 Bytes
Stored size: 684 Bytes
Contents
--- !ruby/object:Gem::Specification name: ProMotion version: !ruby/object:Gem::Version version: 0.0.2 prerelease: platform: ruby authors: - Jamon Holmgren - Silas Matson - ClearSight Studio autorequire: bindir: bin cert_chain: [] date: 2012-08-31 00:00:00.000000000 Z dependencies: [] description: ProMotion is a new way to organize RubyMotion apps. Currently a proof of concept. email: - jamon@clearsightstudio.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - ProMotion.gemspec - README.md - Rakefile - lib/ProMotion.rb - lib/ProMotion/AppDelegate.rb - lib/ProMotion/Screen.rb - lib/ProMotion/version.rb homepage: https://github.com/clearsightstudio/ProMotion licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: ProMotion is a new way to organize RubyMotion apps. Instead of dealing with UIViewControllers and UIViews, you work with Screens. Screens are a logical way to think of your app -- similar in some ways to Storyboards. test_files: []