Files
CocoaPods/Gemfile
Ben Scheirman bc099724c2 Raise an informative error for missing podspec.
First checks the project's root for a .podspec,
Then goes on to check the Local Pods folder,
if that can't be found raises an informative error.
2012-06-14 13:41:17 -07:00

28 lines
487 B
Ruby

source "http://rubygems.org"
gem "colored"
gem "escape"
gem "json"
gem "open4"
gem "faraday", ">= 0.8.1"
gem "octokit"
group :development do
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git", :branch => "develop"
gem "bacon"
gem "kicker"
gem "mocha-on-bacon"
gem "rake"
gem "rb-fsevent"
gem "vcr"
gem "webmock"
gem "awesome_print"
gem "pry"
gem "ruby-debug19", :require => "ruby-debug"
gem 'yard'
gem 'redcarpet'
gem 'github-markup'
end