Migrate the remote of an existing master spec repo to the new remote with: $ pod setup. Closes #58.
Showing
... | @@ -27,9 +27,8 @@ Gem::Specification.new do |s| | ... | @@ -27,9 +27,8 @@ Gem::Specification.new do |s| |
s.executables = %w{ pod } | s.executables = %w{ pod } | ||
s.require_paths = %w{ lib } | s.require_paths = %w{ lib } | ||
s.post_install_message = "To speed up load time of CocoaPods consider compiling the Ruby source files:\n\n" \ | s.post_install_message = "[!] If this is your first time install of CocoaPods, or if " \ | ||
" $ sudo macgem install rubygems-compile\n" \ | "you are upgrading, first run: $ pod setup" | ||
" $ sudo macgem compile cocoapods\n\n" | |||
s.add_runtime_dependency 'xcodeproj', '~> 0.0.2' | s.add_runtime_dependency 'xcodeproj', '~> 0.0.2' | ||
... | ... |
Please
register
or
sign in
to comment