mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-04-30 18:32:27 +08:00
Migrate the remote of an existing master spec repo to the new remote with: $ pod setup. Closes #58.
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user