[Gemspec] Switch back to cocoapods-try in favour of the release fix
Showing
... | ... | @@ -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" | ||
... | ... |
... | ... | @@ -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' | ||
... | ... |
Please
register
or
sign in
to comment