Sha256: 8d600a1a22a7d3ba047d40298670cf33a50421a3a336db6b01c940a4919176a6

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'omudid'

Gem::Specification.new do |spec|
  spec.name          = "omudid"
  spec.version       = OneMoreUDID::VERSION
  spec.authors       = ["David Lawson"]
  spec.email         = ["tech.lawson@gmail.com"]
  spec.description   = 'Conveniently add a UDID to the iOS Developer Portal, refresh a provisioning profile and download it. Uploading a new provisioning profile to TestFlight is also supported.'
  spec.summary       = 'Add one UDID to iOS Dev Portal & TestFlight'
  spec.homepage      = 'https://github.com/Papercloud/OneMoreUDID'
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($/)
  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.3"
  spec.add_development_dependency "rake"

  spec.add_dependency "cupertino"

  spec.add_dependency "spinning_cursor"
  spec.add_dependency "rainbow"

  spec.add_dependency "commander", "~> 4.1.2"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omudid-1.0.6 omudid.gemspec