Commit f984fd19 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemspec] Bump dependencies requirements

parent 96cd89d7
GIT
remote: https://github.com/CocoaPods/CLAide.git
revision: fc70a4b2e6d7b436b06501c48a909c0f8a4d370e
revision: c8532fa4cb8a4a225436fb11d672ec1f6ab5cd23
branch: master
specs:
claide (0.5.0)
claide (0.6.0)
GIT
remote: https://github.com/CocoaPods/Core.git
......@@ -11,26 +11,26 @@ GIT
branch: master
specs:
cocoapods-core (0.32.1)
activesupport (>= 3.2.15, < 4)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
nap (~> 0.5)
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 14799a979aa0bfb958497c5571234ada8462bff1
revision: 0d910d0f7ff7f83f12c79cb3ac8b4a2c568d2460
branch: master
specs:
xcodeproj (0.16.1)
xcodeproj (0.17.0)
activesupport (~> 3.0)
colored (~> 1.2)
GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: a1a2eeab728b931cbbba112840e5d570b97543d2
revision: c1e2527f5134ec4662f7e66bd5b720f3951cb067
branch: master
specs:
cocoapods-downloader (0.5.0)
cocoapods-downloader (0.6.0)
GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git
......@@ -52,39 +52,39 @@ GIT
GIT
remote: https://github.com/CocoaPods/cocoapods-try.git
revision: 42b89e0be51405014126c7954d2fce1aa187626a
revision: 40d716f925e7b9c3f014b93a0a78d7bf94e9a0b3
branch: master
specs:
cocoapods-try (0.2.0)
cocoapods-try (0.3.0)
GIT
remote: https://github.com/ruby-prof/ruby-prof.git
revision: b56c1268ba001f5eb55f940ca1c83bc6b83a9752
revision: 7282ba9a3c72de827830aebfe2c3ca41ab6840f9
specs:
ruby-prof (0.14.2)
ruby-prof (0.15.1)
PATH
remote: .
specs:
cocoapods (0.32.1)
activesupport (>= 3.2.15, < 4)
claide (~> 0.5.0)
claide (~> 0.6.0)
cocoapods-core (= 0.32.1)
cocoapods-downloader (~> 0.5.0)
cocoapods-downloader (~> 0.6.0)
cocoapods-plugins (~> 0.1.0)
cocoapods-trunk (~> 0.1.0)
cocoapods-try (~> 0.2.0)
cocoapods-try (~> 0.3.0)
colored (~> 1.2)
escape (~> 0.0.4)
json_pure (~> 1.8)
nap (~> 0.7)
open4 (~> 1.3)
xcodeproj (~> 0.16.1)
xcodeproj (~> 0.17.0)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.17)
activesupport (3.2.18)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.6)
......@@ -120,11 +120,11 @@ GEM
metaclass (0.0.4)
method_source (0.8.2)
mime-types (1.25.1)
mocha (1.0.0)
mocha (1.1.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
mocha (>= 0.13.0)
multi_json (1.9.2)
multi_json (1.10.0)
nap (0.7.0)
netrc (0.7.7)
notify (0.5.2)
......@@ -158,7 +158,7 @@ GEM
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
tins (1.1.0)
tins (1.3.0)
webmock (1.15.2)
addressable (>= 2.2.7)
crack (>= 0.3.2)
......
......@@ -28,11 +28,11 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA
# Link with the version of CocoaPods-Core
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.5.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.16.1'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.5.0'
s.add_runtime_dependency 'claide', '~> 0.6.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.17.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.6.0'
s.add_runtime_dependency 'cocoapods-plugins', '~> 0.1.0'
s.add_runtime_dependency 'cocoapods-try', '~> 0.2.0'
s.add_runtime_dependency 'cocoapods-try', '~> 0.3.0'
s.add_runtime_dependency 'cocoapods-trunk', '~> 0.1.0'
s.add_runtime_dependency 'colored', '~> 1.2'
......
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