Sha256: 141eafde2a91a3656e39bf625d56399dd80eeeecf45f1ce740bfc836dcdea9cf
Contents?: true
Size: 949 Bytes
Versions: 3
Compression:
Stored size: 949 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/neonichu/ThisCouldBeUsButYouPlaying' 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_dependency 'cocoapods', '~> 1.0.0' 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-1.2.0 | cocoapods-playgrounds.gemspec |
cocoapods-playgrounds-1.1.0 | cocoapods-playgrounds.gemspec |
cocoapods-playgrounds-1.0.0 | cocoapods-playgrounds.gemspec |