Sha256: 2cac09eb8e38363fa6c709580d87232607b15d7359d483e8750cd3c95c62c4a9

Contents?: true

Size: 897 Bytes

Versions: 3

Compression:

Stored size: 897 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'cocoapods-playgrounds'
  spec.version       = CocoapodsPlaygrounds::VERSION
  spec.authors       = ['Boris Bügling']
  spec.email         = ['boris@icculus.org']
  spec.summary       = 'Generates a Swift Playground for any Pod.'
  spec.homepage      = 'https://github.com/EXAMPLE/cocoapods-playgrounds'
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
  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'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocoapods-playgrounds-0.0.3 cocoapods-playgrounds.gemspec
cocoapods-playgrounds-0.0.2 cocoapods-playgrounds.gemspec
cocoapods-playgrounds-0.0.1 cocoapods-playgrounds.gemspec