Sha256: f997a82796e7489e1f68bdc79e64f88b74ed278d29c78b9f3a5caac5a2ee4d95

Contents?: true

Size: 1.01 KB

Versions: 18

Compression:

Stored size: 1.01 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'cocoapods-xcremotecache'
  spec.version       = CocoapodsXcremotecache::VERSION
  spec.authors       = ['Bartosz Polaczyk', 'Mark Vasiv']
  spec.email         = ['bartoszp@spotify.com', 'mvasiv@spotify.com']
  spec.description   = %q{CocoaPods plugin that enables XCRemoteCache with the project.}
  spec.summary       = %q{A simple plugin that attaches to the post_install hook and modifies the generated project to use XCRemoteCache. Supports both producing anc consuming parts.}
  spec.homepage      = 'https://github.com/spotify/XCRemoteCache'
  spec.license       = 'Apache-2.0'

  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']
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
cocoapods-xcremotecache-0.0.18 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.17 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.16 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.15 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.14 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.13 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.12 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.11 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.10 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.9 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.8 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.7 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.6 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.5 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.4 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.3 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.2 cocoapods-xcremotecache.gemspec
cocoapods-xcremotecache-0.0.1 cocoapods-xcremotecache.gemspec