Commit 0e676811 authored by Kyle Fuller's avatar Kyle Fuller

[bundle] Update dependencies

parent 21bcfb15
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: c4c75f833db97173fca7380890ed99affad2bbab revision: 31e74fae76461e9832e488f77a9e8116703c201b
branch: master branch: master
specs: specs:
claide (0.6.1) claide (0.7.0)
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
...@@ -18,63 +18,63 @@ GIT ...@@ -18,63 +18,63 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 8cebb41a5630053109da9720454a2ae3eecfee3c revision: c73e635eeed9f33c5d52380a9c99061d15165df2
branch: master branch: master
specs: specs:
xcodeproj (0.18.0) xcodeproj (0.19.0)
CFPropertyList (~> 2.2) CFPropertyList (~> 2.2)
activesupport (~> 3.0) activesupport (~> 3.0)
colored (~> 1.2) colored (~> 1.2)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: a8710a42b1ce379fb2afe66ce9f98a08b58fb482 revision: 13d36d08a42102ac162cd204f199d31099f21e14
branch: master branch: master
specs: specs:
cocoapods-downloader (0.6.1) cocoapods-downloader (0.7.0)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: 110d18e51f2db545096262832413d31a22e0461a revision: 37d967b2df55b8fbd743c70278666de70648283c
branch: master branch: master
specs: specs:
cocoapods-plugins (0.2.0) cocoapods-plugins (0.3.0)
nap nap
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: 62bca8ec7073fc59d4137818bd78e0bbc8b1718f revision: 66f0bc0ead97d31b3b7c4154e0abd55dbdcf724f
branch: master branch: master
specs: specs:
cocoapods-trunk (0.1.4) cocoapods-trunk (0.2.0)
json_pure (~> 1.8) json_pure (~> 1.8)
nap (>= 0.8) nap (>= 0.8)
netrc netrc
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-try.git remote: https://github.com/CocoaPods/cocoapods-try.git
revision: 59a225cd4dd1868da4be7c4cc870cae427f04bf9 revision: d256af3c264e5c097f9d0923036c1c60881f1d7e
branch: master branch: master
specs: specs:
cocoapods-try (0.3.0) cocoapods-try (0.4.0)
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (0.33.1) cocoapods (0.33.1)
activesupport (>= 3.2.15, < 4) activesupport (>= 3.2.15, < 4)
claide (~> 0.6.1) claide (~> 0.7.0)
cocoapods-core (= 0.33.1) cocoapods-core (= 0.33.1)
cocoapods-downloader (~> 0.6.1) cocoapods-downloader (~> 0.7.0)
cocoapods-plugins (~> 0.2.0) cocoapods-plugins (~> 0.3.0)
cocoapods-trunk (~> 0.1.4) cocoapods-trunk (~> 0.2.0)
cocoapods-try (~> 0.3.0) cocoapods-try (~> 0.4.0)
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
json_pure (~> 1.8) json_pure (~> 1.8)
nap (~> 0.8) nap (~> 0.8)
open4 (~> 1.3) open4 (~> 1.3)
xcodeproj (~> 0.18.0) xcodeproj (~> 0.19.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
......
...@@ -29,8 +29,8 @@ Gem::Specification.new do |s| ...@@ -29,8 +29,8 @@ 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.18.0' s.add_runtime_dependency 'xcodeproj', '~> 0.19.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.6.1' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.7.0'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.0' s.add_runtime_dependency 'cocoapods-plugins', '~> 0.3.0'
s.add_runtime_dependency 'cocoapods-try', '~> 0.4.0' s.add_runtime_dependency 'cocoapods-try', '~> 0.4.0'
s.add_runtime_dependency 'cocoapods-trunk', '~> 0.2.0' s.add_runtime_dependency 'cocoapods-trunk', '~> 0.2.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