Commit ad13bd66 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemspec] Switch back to cocoapods-try in favour of the release fix

parent 12441e6c
......@@ -12,6 +12,7 @@ group :development do
gem 'xcodeproj', :git => "https://github.com/CocoaPods/Xcodeproj.git", :branch => 'master'
gem 'cocoapods-downloader', :git => "https://github.com/CocoaPods/cocoapods-downloader.git", :branch => 'master'
gem 'claide', :git => 'https://github.com/CocoaPods/CLAide.git', :branch => 'master'
gem 'cocoapods-try', :git => 'https://github.com/CocoaPods/cocoapods-try.git', :branch => 'master'
gem "mocha"
gem "bacon"
......
......@@ -32,6 +32,13 @@ GIT
specs:
cocoapods-downloader (0.4.0)
GIT
remote: https://github.com/CocoaPods/cocoapods-try.git
revision: 748f146c173db3cfcdc3f0d15290f9c1fa791130
branch: master
specs:
cocoapods-try (0.1.2)
GIT
remote: https://github.com/alloy/cocoapods-trunk.git
revision: 20b9a8bb60ad6e59df4df7d4a960a4dd4a41afa0
......@@ -72,7 +79,7 @@ PATH
claide (~> 0.5.0)
cocoapods-core (= 0.29.0)
cocoapods-downloader (~> 0.4.0)
cocoapods-try-release-fix (~> 0.1.1)
cocoapods-try (~> 0.1.0)
colored (~> 1.2)
escape (~> 0.0.4)
json_pure (~> 1.8)
......@@ -88,7 +95,6 @@ GEM
multi_json (~> 1.0)
awesome_print (1.2.0)
bacon (1.2.0)
cocoapods-try-release-fix (0.1.2)
coderay (1.1.0)
colored (1.2)
coveralls (0.7.0)
......@@ -163,6 +169,7 @@ DEPENDENCIES
cocoapods-core!
cocoapods-downloader!
cocoapods-trunk!
cocoapods-try!
coveralls
diffy
github-markup
......
......@@ -27,11 +27,11 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA
s.require_paths = %w{ lib }
# 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 'cocoapods-downloader', '~> 0.4.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.15.0'
s.add_runtime_dependency 'cocoapods-try-release-fix', '~> 0.1.1'
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.5.0'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.4.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.15.0'
s.add_runtime_dependency 'cocoapods-try', '~> 0.1.0'
s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'escape', '~> 0.0.4'
......
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