Commit 20e6c430 authored by Eloy Durán's avatar Eloy Durán

[spec] Bump cocoapods-downloader to 0.3.0

parent 6c0287d6
...@@ -28,10 +28,10 @@ GIT ...@@ -28,10 +28,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
revision: 9ab905033f9ea9230b462b430a6aca0ffd7efa2a revision: 522b3bbb344c5dad1bf8b7b54ab73f2b04b7898e
branch: master branch: master
specs: specs:
cocoapods-downloader (0.2.0) cocoapods-downloader (0.3.0)
GIT GIT
remote: https://github.com/alloy/kicker.git remote: https://github.com/alloy/kicker.git
...@@ -63,7 +63,7 @@ PATH ...@@ -63,7 +63,7 @@ PATH
activesupport (>= 3.2.15, < 4) activesupport (>= 3.2.15, < 4)
claide (~> 0.4.0) claide (~> 0.4.0)
cocoapods-core (= 0.28.0) cocoapods-core (= 0.28.0)
cocoapods-downloader (~> 0.2.0) cocoapods-downloader (~> 0.3.0)
cocoapods-try (~> 0.1.0) cocoapods-try (~> 0.1.0)
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
......
...@@ -29,7 +29,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA ...@@ -29,7 +29,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA
# 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.4.0' s.add_runtime_dependency 'claide', '~> 0.4.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.2.0' s.add_runtime_dependency 'cocoapods-downloader', '~> 0.3.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.14.1' s.add_runtime_dependency 'xcodeproj', '~> 0.14.1'
s.add_runtime_dependency 'cocoapods-try', '~> 0.1.0' s.add_runtime_dependency 'cocoapods-try', '~> 0.1.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