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
## Master
## 0.23.0.rc1
###### Enhancements
* Added `resource_bundles` attribute to Specification DSL.
[#743](https://github.com/CocoaPods/CocoaPods/issues/743),
[#1186](https://github.com/CocoaPods/CocoaPods/issues/1186)
* Added `vendored_frameworks` attribute to Specification DSL.
[#809](https://github.com/CocoaPods/CocoaPods/issues/809),
[#1075](https://github.com/CocoaPods/CocoaPods/issues/1075)
......
......@@ -7,10 +7,10 @@ GIT
GIT
remote: https://github.com/CocoaPods/Core.git
revision: 7738d01101994723deebb907f2414b78fcb6988e
branch: feature-prepare_command
revision: 63f310adb5210854b34c3d94bb9452bafd7cbc26
branch: master
specs:
cocoapods-core (0.22.3)
cocoapods-core (0.23.0.rc1)
activesupport (~> 3.2.13)
json (~> 1.8.0)
nap (~> 0.5.1)
......@@ -61,10 +61,10 @@ GIT
PATH
remote: .
specs:
cocoapods (0.22.3)
cocoapods (0.23.0.rc1)
activesupport (~> 3.2.13)
claide (~> 0.3.2)
cocoapods-core (= 0.22.3)
cocoapods-core (= 0.23.0.rc1)
cocoapods-downloader (~> 0.1.2)
colored (~> 1.2)
escape (~> 0.0.4)
......
module Pod
# 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
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