Skip to content

Commit

Permalink
[Gemspec] Require Xcodeproj 0.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Oct 19, 2012
1 parent 5a22a2f commit b28729a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocoapods.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.executables = %w{ pod }
s.require_paths = %w{ lib }

s.add_runtime_dependency 'xcodeproj', '~> 0.3.4'
s.add_runtime_dependency 'xcodeproj', '~> 0.3.5'

s.add_runtime_dependency 'faraday', '~> 0.8.1'
s.add_runtime_dependency 'octokit', '~> 1.7'
Expand Down

0 comments on commit b28729a

Please sign in to comment.