Commit e3786c79 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[gemspec] Bump Xcodeproj to `~> 0.26.0`

parent 14658715
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: 8835492b8b120cf202482d1ef9c9d7e781f04ffd revision: 3bca84abc774bcc5257fce86ebf29514cee05657
branch: master branch: master
specs: specs:
claide (0.8.2) claide (0.9.0)
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
...@@ -24,12 +24,12 @@ GIT ...@@ -24,12 +24,12 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 4fabf08c0c0b78c49f72092e3a125610b4377d25 revision: e5d74992284d75e25b3a19d02a943133852f0a9f
branch: master branch: master
specs: specs:
xcodeproj (0.25.1) xcodeproj (0.26.0)
activesupport (>= 3) activesupport (>= 3)
claide (~> 0.8.2) claide (~> 0.9.0)
colored (~> 1.2) colored (~> 1.2)
GIT GIT
...@@ -76,7 +76,7 @@ PATH ...@@ -76,7 +76,7 @@ PATH
specs: specs:
cocoapods (0.38.0.beta.1) cocoapods (0.38.0.beta.1)
activesupport (>= 3.2.15) activesupport (>= 3.2.15)
claide (~> 0.8.2) claide (~> 0.9.0)
cocoapods-core (= 0.38.0.beta.1) cocoapods-core (= 0.38.0.beta.1)
cocoapods-downloader (~> 0.9.1) cocoapods-downloader (~> 0.9.1)
cocoapods-plugins (~> 0.4.2) cocoapods-plugins (~> 0.4.2)
...@@ -87,7 +87,7 @@ PATH ...@@ -87,7 +87,7 @@ PATH
escape (~> 0.0.4) escape (~> 0.0.4)
molinillo (~> 0.2.3) molinillo (~> 0.2.3)
nap (~> 0.8) nap (~> 0.8)
xcodeproj (~> 0.25.0) xcodeproj (~> 0.26.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
......
...@@ -29,7 +29,7 @@ Gem::Specification.new do |s| ...@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
# Link with the version of CocoaPods-Core # Link with the version of CocoaPods-Core
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.9.0' s.add_runtime_dependency 'claide', '~> 0.9.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.25.0' s.add_runtime_dependency 'xcodeproj', '~> 0.26.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.9.1' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.9.1'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.2' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.2'
s.add_runtime_dependency 'cocoapods-stats', '~> 0.5.3' 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