Migrate the remote of an existing master spec repo to the new remote with: $ pod setup. Closes #58.

This commit is contained in:
Eloy Duran
2011-11-12 23:30:41 +01:00
parent 2008fc522c
commit 81bb1fb7cf
4 changed files with 40 additions and 11 deletions

View File

@@ -27,9 +27,8 @@ Gem::Specification.new do |s|
s.executables = %w{ pod }
s.require_paths = %w{ lib }
s.post_install_message = "To speed up load time of CocoaPods consider compiling the Ruby source files:\n\n" \
" $ sudo macgem install rubygems-compile\n" \
" $ sudo macgem compile cocoapods\n\n"
s.post_install_message = "[!] If this is your first time install of CocoaPods, or if " \
"you are upgrading, first run: $ pod setup"
s.add_runtime_dependency 'xcodeproj', '~> 0.0.2'