First pass at using the extracted CLI lib CLAide.
Showing
| ... | @@ -2,6 +2,9 @@ source "http://rubygems.org" | ... | @@ -2,6 +2,9 @@ source "http://rubygems.org" |
| gemspec | gemspec | ||
| # TODO | |||
| gem "cli_aide", :git => "git://github.com/alloy/CLAide.git" | |||
| group :development do | group :development do | ||
| gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git" | gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git" | ||
| gem "mocha", "~> 0.11.4" | gem "mocha", "~> 0.11.4" | ||
| ... | ... |
| # -*- encoding: utf-8 -*- | # -*- encoding: utf-8 -*- | ||
| $:.unshift File.expand_path('../lib', __FILE__) | $:.unshift File.expand_path('../lib', __FILE__) | ||
| require 'cocoapods' | require 'cocoapods/version' | ||
| Gem::Specification.new do |s| | Gem::Specification.new do |s| | ||
| s.name = "cocoapods" | s.name = "cocoapods" | ||
| ... | ... |
Please
register
or
sign in
to comment