Commit 9a5121ca authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemspec] Update dependencies

parent d72ca6e7
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: 31e74fae76461e9832e488f77a9e8116703c201b revision: ce2a7890dbfcaecd38347195d5c753cdb893e636
branch: master branch: master
specs: specs:
claide (0.7.0) claide (0.7.0)
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 2c5be5dbb1157c10e86ff75223a119b74d01ae7f revision: 34e217967230dc9d1905e1a731458fc2f3f7c950
branch: master branch: master
specs: specs:
cocoapods-core (0.33.1) cocoapods-core (0.33.1)
...@@ -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: c73e635eeed9f33c5d52380a9c99061d15165df2 revision: 49d003dc68837a679c5e09eea438b2ef44423586
branch: master branch: master
specs: specs:
xcodeproj (0.19.0) xcodeproj (0.19.1)
CFPropertyList (~> 2.2) CFPropertyList (~> 2.2)
activesupport (~> 3.0) activesupport (~> 3.0)
colored (~> 1.2) colored (~> 1.2)
...@@ -35,10 +35,10 @@ GIT ...@@ -35,10 +35,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: 37d967b2df55b8fbd743c70278666de70648283c revision: b681dc7abcbc332c0a7197fb232d3bf7c449f00a
branch: master branch: master
specs: specs:
cocoapods-plugins (0.3.0) cocoapods-plugins (0.3.1)
nap nap
GIT GIT
...@@ -53,7 +53,7 @@ GIT ...@@ -53,7 +53,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-try.git remote: https://github.com/CocoaPods/cocoapods-try.git
revision: d256af3c264e5c097f9d0923036c1c60881f1d7e revision: 477d0e58299f03d9048048af2e46cfb95e06d19d
branch: master branch: master
specs: specs:
cocoapods-try (0.4.0) cocoapods-try (0.4.0)
...@@ -66,7 +66,7 @@ PATH ...@@ -66,7 +66,7 @@ PATH
claide (~> 0.7.0) claide (~> 0.7.0)
cocoapods-core (= 0.33.1) cocoapods-core (= 0.33.1)
cocoapods-downloader (~> 0.7.0) cocoapods-downloader (~> 0.7.0)
cocoapods-plugins (~> 0.3.0) cocoapods-plugins (~> 0.3.1)
cocoapods-trunk (~> 0.2.0) cocoapods-trunk (~> 0.2.0)
cocoapods-try (~> 0.4.0) cocoapods-try (~> 0.4.0)
colored (~> 1.2) colored (~> 1.2)
...@@ -74,7 +74,7 @@ PATH ...@@ -74,7 +74,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.0) xcodeproj (~> 0.19.1)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
......
...@@ -29,9 +29,9 @@ Gem::Specification.new do |s| ...@@ -29,9 +29,9 @@ 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.0' s.add_runtime_dependency 'xcodeproj', '~> 0.19.1'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.7.0' 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.1'
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