Sha256: d3f71994bd603595c49c94b4dbe4782619a33ea30c5b05f9241a3756a7feab01

Contents?: true

Size: 1.18 KB

Versions: 3

Compression:

Stored size: 1.18 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'cocoapods-always-be-bundleing'
  spec.version       = CocoapodsAlwaysBeBundleing::VERSION
  spec.authors       = ['Orta Therox']
  spec.email         = ['orta.therox@gmail.com']
  spec.description   = "Don't allow usage of just `pod install` - require that you use it through `bundle exec pod install`"
  spec.summary       = "Doing a simple `pod install` will use the latest version of CocoaPods - this plugin requires that you use it through `bundle exec pod install` instead, ensuring you always have the right versions from the Gemfile.lock."
  spec.homepage      = 'https://github.com/orta/cocoapods-always-be-bundleing'
  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'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocoapods-always-be-bundleing-0.0.3 cocoapods-always-be-bundleing.gemspec
cocoapods-always-be-bundleing-0.0.2 cocoapods-always-be-bundleing.gemspec
cocoapods-always-be-bundleing-0.0.1 cocoapods-always-be-bundleing.gemspec