Commit e0c97ae7 authored by Fabio Pelosin's avatar Fabio Pelosin

Release 0.23.0.rc1

parent 8ee4b053
...@@ -4,12 +4,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -4,12 +4,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
## Master ## Master
## 0.23.0.rc1
###### Enhancements ###### Enhancements
* Added `resource_bundles` attribute to Specification DSL. * Added `resource_bundles` attribute to Specification DSL.
[#743](https://github.com/CocoaPods/CocoaPods/issues/743), [#743](https://github.com/CocoaPods/CocoaPods/issues/743),
[#1186](https://github.com/CocoaPods/CocoaPods/issues/1186) [#1186](https://github.com/CocoaPods/CocoaPods/issues/1186)
* Added `vendored_frameworks` attribute to Specification DSL. * Added `vendored_frameworks` attribute to Specification DSL.
[#809](https://github.com/CocoaPods/CocoaPods/issues/809), [#809](https://github.com/CocoaPods/CocoaPods/issues/809),
[#1075](https://github.com/CocoaPods/CocoaPods/issues/1075) [#1075](https://github.com/CocoaPods/CocoaPods/issues/1075)
......
...@@ -7,10 +7,10 @@ GIT ...@@ -7,10 +7,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 7738d01101994723deebb907f2414b78fcb6988e revision: 63f310adb5210854b34c3d94bb9452bafd7cbc26
branch: feature-prepare_command branch: master
specs: specs:
cocoapods-core (0.22.3) cocoapods-core (0.23.0.rc1)
activesupport (~> 3.2.13) activesupport (~> 3.2.13)
json (~> 1.8.0) json (~> 1.8.0)
nap (~> 0.5.1) nap (~> 0.5.1)
...@@ -61,10 +61,10 @@ GIT ...@@ -61,10 +61,10 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (0.22.3) cocoapods (0.23.0.rc1)
activesupport (~> 3.2.13) activesupport (~> 3.2.13)
claide (~> 0.3.2) claide (~> 0.3.2)
cocoapods-core (= 0.22.3) cocoapods-core (= 0.23.0.rc1)
cocoapods-downloader (~> 0.1.2) cocoapods-downloader (~> 0.1.2)
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
......
module Pod module Pod
# The version of the cocoapods command line tool. # The version of the cocoapods command line tool.
# #
VERSION = '0.22.3' unless defined? Pod::VERSION VERSION = '0.23.0.rc1' 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