Commit 13f0008e authored by Fabio Pelosin's avatar Fabio Pelosin

Merge tag '0.18.1'

Release 0.18.1

* tag '0.18.1':
  Release 0.18.1
  [Fixtures] Update version
  [Changelog]
  Require Core 0.18.1
  Changelog [ci skip]
  [TargetIntegrator] Robustness against target with missing file references
  Fix Xcodeproj autoload
  More autoload #see 919
  Don't initialize Spec::Set::Statistics if not needed
  [Fix] Do not quote `$(inherited)`. Fixes #956.
  [SourceManagers] Fix CocoaPods spelling
  [Rakefile] Set git user on Travis 2
  [Rakefile] Set git user on Travis
  [Installer] Run the hooks of all the specs (not of the installed ones only)

Conflicts:
	CHANGELOG.md
	lib/cocoapods/command.rb
parents 682d52d4 fdac8fb9
...@@ -2,6 +2,6 @@ module Pod ...@@ -2,6 +2,6 @@ module Pod
# The version of the cocoapods command line tool. # The version of the cocoapods command line tool.
# #
VERSION = '0.18.0' unless defined? Pod::VERSION VERSION = '0.18.1' unless defined? Pod::VERSION
end end
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