# -*- encoding: utf-8 -*- # stub: motion-splash 1.0 ruby lib Gem::Specification.new do |s| s.name = "motion-splash".freeze s.version = "1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ignacio Piantanida".freeze] s.date = "2014-09-29" s.description = "Create all your splash images from any UIViewController using whatever method you like to style it.\nWith Xcode 6 and iOS 8 came the ability to create your launch images from a XIB or storyboard file. This is a huge gain over manually creating every image in all the available resolutions.\nBut as a RubyMotion developer, I try to stay away as much as possible from the Xcode environment... I present you Motion-Splash".freeze s.email = ["ijpiantanida@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "lib/motion-splash.rb".freeze, "lib/motion-splash/config.rb".freeze, "lib/motion-splash/generator.rb".freeze, "lib/motion-splash/splash_app_delegate.rb".freeze, "motion-splash.gemspec".freeze, "samples/sample-1/.gitignore".freeze, "samples/sample-1/Gemfile".freeze, "samples/sample-1/Rakefile".freeze, "samples/sample-1/app/app_delegate.rb".freeze, "samples/sample-1/app/layouts/splash_layout.rb".freeze, "samples/sample-1/app/normal_view_controller.rb".freeze, "samples/sample-1/app/splash_view_controller.rb".freeze, "samples/sample-1/resources/Default-568h@2x.png".freeze, "samples/sample-1/resources/Default-667h@2x.png".freeze, "samples/sample-1/resources/Default-736h@3x.png".freeze, "samples/sample-1/resources/Default.png".freeze, "samples/sample-1/resources/Default@2x.png".freeze, "samples/sample-1/resources/motionkit_logo.png".freeze, "samples/sample-1/spec/main_spec.rb".freeze, "samples/sample-2/.gitignore".freeze, "samples/sample-2/Gemfile".freeze, "samples/sample-2/Rakefile".freeze, "samples/sample-2/app/app_delegate.rb".freeze, "samples/sample-2/app/normal_view_controller.rb".freeze, "samples/sample-2/app/splash_view_controller.rb".freeze, "samples/sample-2/resources/Default-375h@2x.png".freeze, "samples/sample-2/resources/Default-568h@2x.png".freeze, "samples/sample-2/resources/Default-667h@2x.png".freeze, "samples/sample-2/resources/Default-736h@3x.png".freeze, "samples/sample-2/resources/Default.png".freeze, "samples/sample-2/resources/Default@2x.png".freeze, "samples/sample-2/spec/main_spec.rb".freeze] s.homepage = "https://github.com/ijpiantanida/motion-splash".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Create all your splash images from any UIViewController using whatever method you like to style it".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end