Commit a4f06638 authored by Eloy Durán's avatar Eloy Durán

[Bundle] Bump Xcodeproj to 0.11.0

parent 2db15499
...@@ -7,7 +7,7 @@ GIT ...@@ -7,7 +7,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: faa9df47370af19677e66cda11986de025b2e948 revision: 976a1e288ab90ed4edd3029de51bab62daaabad5
branch: master branch: master
specs: specs:
cocoapods-core (0.24.0) cocoapods-core (0.24.0)
...@@ -17,10 +17,10 @@ GIT ...@@ -17,10 +17,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: b47feb937af209f6c3c96bd39c76c15c64ba31f5 revision: d354d874ada0cc86ba436606f5ff30d0235d2501
branch: master branch: master
specs: specs:
xcodeproj (0.10.1) xcodeproj (0.11.0)
activesupport (~> 3.0) activesupport (~> 3.0)
colored (~> 1.2) colored (~> 1.2)
...@@ -70,7 +70,7 @@ PATH ...@@ -70,7 +70,7 @@ PATH
escape (~> 0.0.4) escape (~> 0.0.4)
json (~> 1.8) json (~> 1.8)
open4 (~> 1.3) open4 (~> 1.3)
xcodeproj (~> 0.10.0) xcodeproj (~> 0.11.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
......
...@@ -30,7 +30,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA ...@@ -30,7 +30,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.3.2' s.add_runtime_dependency 'claide', '~> 0.3.2'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.2.0' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.2.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.10.0' s.add_runtime_dependency 'xcodeproj', '~> 0.11.0'
s.add_runtime_dependency 'colored', '~> 1.2' s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'escape', '~> 0.0.4' s.add_runtime_dependency 'escape', '~> 0.0.4'
......
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