Sha256: f269202e2b75015b81ab3c96de68513ff3c88b608cc280afa5e8792742b5c59b
Contents?: true
Size: 958 Bytes
Versions: 2
Compression:
Stored size: 958 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', '< 2.0' spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-playgrounds-1.2.2 | cocoapods-playgrounds.gemspec |
cocoapods-playgrounds-1.2.1 | cocoapods-playgrounds.gemspec |