Sha256: 5532ea06b19d5cb2ba0e1aab8c3f992d1130915c2703ae87933f8e6573cd9ea5
Contents?: true
Size: 1 KB
Versions: 2
Compression:
Stored size: 1 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ios-deploy/version' Gem::Specification.new do |spec| spec.name = "ios-deploy" spec.version = IosDeploy::VERSION spec.authors = ["Giovanni Lodi"] spec.email = ["giovanni.lodi42@gmail.com"] spec.summary = %q{Mirror of the node module ios-deploy} spec.description = %q{launch iOS apps iOS devices from the command line (Xcode 6)\nInstall and debug iOS apps without using Xcode. Designed to work on un-jailbroken devices.} spec.homepage = "https://github.com/mokagio/ios-deploy-gem" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ios-deploy-1.5.0 | ios-deploy.gemspec |
ios-deploy-1.3.2 | ios-deploy.gemspec |