No need to run `pod setup` manually. Closes #315.
Showing
| ... | @@ -25,9 +25,6 @@ Gem::Specification.new do |s| | ... | @@ -25,9 +25,6 @@ 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 = "[!] If this is your first time install of CocoaPods, or if " \ | |||
| "you are upgrading, first run: $ pod setup" | |||
| s.add_runtime_dependency 'faraday', '~> 0.8.1' | s.add_runtime_dependency 'faraday', '~> 0.8.1' | ||
| s.add_runtime_dependency 'octokit', '~> 1.3.0' | s.add_runtime_dependency 'octokit', '~> 1.3.0' | ||
| ... | ... |
Please
register
or
sign in
to comment