Commit 38a61768 authored by Samuel Giddins's avatar Samuel Giddins

[Gemspec] Bump Xcodeproj to `~> 0.28.1`

parent 70441839
......@@ -24,10 +24,10 @@ GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 8df79c548f100e52c24688fde6e886603a243324
revision: 0c58405c7b61989f7abc66c08ee7e2d23a3b4248
branch: master
specs:
xcodeproj (0.28.0)
xcodeproj (0.28.1)
activesupport (>= 3)
claide (~> 0.9.1)
colored (~> 1.2)
......@@ -94,7 +94,7 @@ PATH
escape (~> 0.0.4)
molinillo (~> 0.4.0)
nap (~> 1.0)
xcodeproj (~> 0.28.0)
xcodeproj (~> 0.28.1)
GEM
remote: https://rubygems.org/
......
......@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
# Link with the version of CocoaPods-Core
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.9.1'
s.add_runtime_dependency 'xcodeproj', '~> 0.28.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.28.1'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.9.3'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.2'
s.add_runtime_dependency 'cocoapods-search', '~> 0.1.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