Commit 0f1b92d8 authored by Eloy Duran's avatar Eloy Duran

No need to run `pod setup` manually. Closes #315.

parent de9fe2dc
...@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment