[Gemspec] Bump dependencies version
Showing
| ... | ... | @@ -7,7 +7,7 @@ gemspec |
| group :development do | ||
| # To develop the deps in tandem use the `LOCAL GIT REPOS` feature of Bundler. | ||
| gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'feature-frameworks-bundles' | ||
| gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'feature-prepare_command' | ||
| 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' | ||
| ... | ... |
| ... | ... | @@ -29,8 +29,8 @@ 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.3.2' | ||
| s.add_runtime_dependency 'cocoapods-downloader', '~> 0.1.1' | ||
| s.add_runtime_dependency 'xcodeproj', '~> 0.8.1' | ||
| s.add_runtime_dependency 'cocoapods-downloader', '~> 0.1.2' | ||
| s.add_runtime_dependency 'xcodeproj', '~> 0.9.0' | ||
| s.add_runtime_dependency 'colored', '~> 1.2' | ||
| s.add_runtime_dependency 'escape', '~> 0.0.4' | ||
| ... | ... |
Please
register
or
sign in
to comment