Sha256: a2873b656f95b16bf6ebc3566e4917f1f520efcfbd3c3cebcefc4c9cce5023a7
Contents?: true
Size: 868 Bytes
Versions: 2
Compression:
Stored size: 868 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/ios-box/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Mikko Kokkonen"] gem.email = ["mikko@owlforestry.com"] gem.description = %q{Include atuomatic vesion conrol for you XCode projects.} gem.summary = %q{Add handy tools to XCode specially for iOS development} gem.homepage = "https://github.com/owl-forestry/ios-box" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "ios-box" gem.require_paths = ["lib"] gem.version = Ios::Box::VERSION gem.add_runtime_dependency "thor" gem.add_runtime_dependency "grit" gem.add_runtime_dependency "plist" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ios-box-0.2.1 | ios-box.gemspec |
ios-box-0.2.0 | ios-box.gemspec |