Commit c6e5b500 authored by Fabio Pelosin's avatar Fabio Pelosin

Release 0.32.1

parent cc2fc7e1
......@@ -2,6 +2,15 @@
To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides/installing_cocoapods.html).
## 0.32.1
##### Bug Fixes
* Fixed the Podfile `default_subspec` attribute in nested subspecs.
[Fabio Pelosin][irrationalfab]
[#2050](https://github.com/CocoaPods/CocoaPods/issues/2050)
## 0.32.0
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/master...0.31.1)
......
......@@ -7,10 +7,10 @@ GIT
GIT
remote: https://github.com/CocoaPods/Core.git
revision: 35ba45a53ecaaa10cb9d94a00f2567ffcae95ca5
revision: e8216e010d9d1141a234da4d9d01cbd8416785b1
branch: master
specs:
cocoapods-core (0.32.0)
cocoapods-core (0.32.1)
activesupport (>= 3.2.15, < 4)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
......@@ -48,10 +48,10 @@ GIT
PATH
remote: .
specs:
cocoapods (0.32.0)
cocoapods (0.32.1)
activesupport (>= 3.2.15, < 4)
claide (~> 0.5.0)
cocoapods-core (= 0.32.0)
cocoapods-core (= 0.32.1)
cocoapods-downloader (~> 0.5.0)
cocoapods-try (~> 0.2.0)
colored (~> 1.2)
......
module Pod
# The version of the cocoapods command line tool.
#
VERSION = '0.32.0' unless defined? Pod::VERSION
VERSION = '0.32.1' unless defined? Pod::VERSION
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