Merge branch 'master' of https://github.com/CocoaPods/CocoaPods
* 'master' of https://github.com/CocoaPods/CocoaPods: (21 commits) Release 0.20.2 [Sandbox] Allow sandbox-pod to execute any tool inside a rbenv prefix. Bump to 0.20.2 [CHANGELOG] Cleanup. [Spec] Update integrations specs for 0.20.2 [CHANGELOG] Update for 0.20.2 [Sandbox] Allow any tool inside the Xcode.app bundle to be executed. [Sandbox] Ensure RubyGems loads the CP gem on system Ruby. Revert Changelog curated-created thing CHANGELOG typo Release 0.20.1 Update integration specs for new version number. [CHANGELOG] Update for 0.20.1 [Sandbox] Fix issues when installed as a gem. [Gemspec] Make sandbox-pod executable visible [Config] Fix space before parentheses [Gemspec] Require CLAide 0.3.1 Release 0.20.0 Prepare for 0.20.0 release [Config] Use the pwd as installation root if no Podfile can be found ...
Showing
... | @@ -21,16 +21,16 @@ Gem::Specification.new do |s| | ... | @@ -21,16 +21,16 @@ Gem::Specification.new do |s| |
"in, third party open-source libraries, by creating a more centralized " \ | "in, third party open-source libraries, by creating a more centralized " \ | ||
"ecosystem." | "ecosystem." | ||
s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHANGELOG.md } | s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHANGELOG.md } | ||
s.executables = %w{ pod } | s.executables = %w{ pod sandbox-pod } | ||
s.require_paths = %w{ lib } | s.require_paths = %w{ lib } | ||
# 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.2.0' | s.add_runtime_dependency 'claide', '~> 0.3.2' | ||
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.1.0' | s.add_runtime_dependency 'cocoapods-downloader', '~> 0.1.1' | ||
s.add_runtime_dependency 'xcodeproj', '~> 0.5.5' | s.add_runtime_dependency 'xcodeproj', '~> 0.6.0' | ||
s.add_runtime_dependency 'faraday', '~> 0.8.1' | s.add_runtime_dependency 'faraday', '~> 0.8.1' | ||
s.add_runtime_dependency 'octokit', '~> 1.7' | s.add_runtime_dependency 'octokit', '~> 1.7' | ||
... | ... |
Please
register
or
sign in
to comment