Commit 849ef563 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[gemspec] Bump Xcodeproj to `~> 0.26.1`

parent 27c28e64
......@@ -24,12 +24,12 @@ GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: be12faf76853e46ca84767c890feda08415495db
revision: 5482ff564ac22b59bd3f18338c8646f5399df43c
branch: master
specs:
xcodeproj (0.26.0)
xcodeproj (0.26.1)
activesupport (>= 3)
claide (~> 0.9.0)
claide (~> 0.9.1)
colored (~> 1.2)
GIT
......@@ -87,7 +87,7 @@ PATH
escape (~> 0.0.4)
molinillo (~> 0.2.3)
nap (~> 0.8)
xcodeproj (~> 0.26.0)
xcodeproj (~> 0.26.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.26.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.26.1'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.9.1'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.2'
s.add_runtime_dependency 'cocoapods-stats', '~> 0.5.3'
......
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