Commit 04848552 authored by Samuel Giddins's avatar Samuel Giddins

[Gemspec] Bump xcodeproj to `~> 0.28.0`

parent 05eea37a
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: 4e7b02d849c3e82dff7c1cdacf33df45516acaf3 revision: b44534d04023fbe82182a8be33d5c728f74c1b9c
branch: master branch: master
specs: specs:
claide (0.9.1) claide (0.9.1)
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 9cc774457e8326e7fed6961bab83cefeac67f266 revision: ff8f9e00f601c247344b421dee7934933aaf017b
branch: master branch: master
specs: specs:
cocoapods-core (0.39.0.beta.4) cocoapods-core (0.39.0.beta.4)
...@@ -24,10 +24,10 @@ GIT ...@@ -24,10 +24,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 8347cca0149d6506c0a785a8faa7f6a17dee29fd revision: 8df79c548f100e52c24688fde6e886603a243324
branch: master branch: master
specs: specs:
xcodeproj (0.27.2) xcodeproj (0.28.0)
activesupport (>= 3) activesupport (>= 3)
claide (~> 0.9.1) claide (~> 0.9.1)
colored (~> 1.2) colored (~> 1.2)
...@@ -49,14 +49,14 @@ GIT ...@@ -49,14 +49,14 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-search.git remote: https://github.com/CocoaPods/cocoapods-search.git
revision: 1d315c26b6fbc82341493f97d7f45d74be0ee8f5 revision: b85d8a86a08b9d30cd6d4b2c156bae5215f74c12
branch: master branch: master
specs: specs:
cocoapods-search (0.1.0) cocoapods-search (0.1.0)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-stats.git remote: https://github.com/CocoaPods/cocoapods-stats.git
revision: 464ed12e3d0d60ca942c7cf30e06ef4e11c86b12 revision: ab3fcaab3e6a04176c9add80bbfa69b9e7d68056
branch: master branch: master
specs: specs:
cocoapods-stats (0.6.1) cocoapods-stats (0.6.1)
...@@ -94,7 +94,7 @@ PATH ...@@ -94,7 +94,7 @@ PATH
escape (~> 0.0.4) escape (~> 0.0.4)
molinillo (~> 0.3.1) molinillo (~> 0.3.1)
nap (~> 1.0) nap (~> 1.0)
xcodeproj (~> 0.27.2) xcodeproj (~> 0.28.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
...@@ -139,7 +139,7 @@ GEM ...@@ -139,7 +139,7 @@ GEM
rb-kqueue (>= 0.2) rb-kqueue (>= 0.2)
metaclass (0.0.4) metaclass (0.0.4)
method_source (0.8.2) method_source (0.8.2)
minitest (5.8.0) minitest (5.8.1)
mocha (1.1.0) mocha (1.1.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2) mocha-on-bacon (0.2.2)
......
...@@ -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.1' s.add_runtime_dependency 'claide', '~> 0.9.1'
s.add_runtime_dependency 'xcodeproj', '~> 0.27.2' s.add_runtime_dependency 'xcodeproj', '~> 0.28.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.9.3' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.9.3'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.2' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.4.2'
s.add_runtime_dependency 'cocoapods-search', '~> 0.1.0' 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