Add a version constant and print it with --version.
Showing
| # -*- encoding: utf-8 -*- | # -*- encoding: utf-8 -*- | ||
| require File.expand_path('../lib/cocoapods', __FILE__) | |||
| Gem::Specification.new do |s| | Gem::Specification.new do |s| | ||
| s.name = "cocoapods" | s.name = "cocoapods" | ||
| s.version = "0.0.1" | s.version = Pod::VERSION | ||
| s.date = "2011-09-17" | s.date = "2011-09-17" | ||
| s.license = "MIT" | s.license = "MIT" | ||
| s.summary = "A simple Objective-C library package manager." | s.summary = "A simple Objective-C library package manager." | ||
| ... | ... |
Please
register
or
sign in
to comment