Commit 8bbb6698 authored by Kyle Fuller's avatar Kyle Fuller

[Gemspec] Bump to Xcodeproj 0.19.4

parent 81f85e09
...@@ -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: f971122dd0b94efcb872efbe85c2db9d0166e00f revision: 6150528fee42ddfe5eb83ed21741f718da027792
branch: master branch: master
specs: specs:
cocoapods-core (0.34.2) cocoapods-core (0.34.2)
...@@ -18,10 +18,10 @@ GIT ...@@ -18,10 +18,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: ca37a9b0cc68021ba8ebd0e26faa3448952f2e02 revision: cc7c364ff2a8e084ff97750d2d7cb9f59844ad21
branch: master branch: master
specs: specs:
xcodeproj (0.19.3) xcodeproj (0.19.4)
activesupport (~> 3.0) activesupport (~> 3.0)
colored (~> 1.2) colored (~> 1.2)
...@@ -42,7 +42,7 @@ GIT ...@@ -42,7 +42,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: bb225b096bc2e32253d05487f4728d96c7adbf2f revision: db60837c508dfc179703988a111b9928d3eafce3
branch: master branch: master
specs: specs:
cocoapods-trunk (0.3.0) cocoapods-trunk (0.3.0)
...@@ -73,7 +73,7 @@ PATH ...@@ -73,7 +73,7 @@ PATH
json_pure (~> 1.8) json_pure (~> 1.8)
nap (~> 0.8) nap (~> 0.8)
open4 (~> 1.3) open4 (~> 1.3)
xcodeproj (~> 0.19.3) xcodeproj (~> 0.19.4)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
...@@ -94,9 +94,9 @@ GEM ...@@ -94,9 +94,9 @@ GEM
colored (1.2) colored (1.2)
crack (0.4.2) crack (0.4.2)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
diffy (3.0.6) diffy (3.0.7)
escape (0.0.4) escape (0.0.4)
ffi (1.9.5) ffi (1.9.6)
fuzzy_match (2.0.4) fuzzy_match (2.0.4)
i18n (0.6.4) i18n (0.6.4)
json_pure (1.8.1) json_pure (1.8.1)
......
...@@ -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.7.0' s.add_runtime_dependency 'claide', '~> 0.7.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.19.3' s.add_runtime_dependency 'xcodeproj', '~> 0.19.4'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.7.2' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.7.2'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.1'
s.add_runtime_dependency 'cocoapods-try', '~> 0.4.1' s.add_runtime_dependency 'cocoapods-try', '~> 0.4.1'
......
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