Commit d6326ac8 authored by Kyle Fuller's avatar Kyle Fuller

Release 0.35.0

parent 4fb2457d
......@@ -4,7 +4,12 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
To install release candidates run `[sudo] gem install cocoapods --pre`
## Master
## 0.35.0
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.34.4...0.35.0)
[CocoaPods-Core](https://github.com/CocoaPods/Core/compare/0.34.4...0.35.0)
[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.19.4...0.20.2)
[cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader/compare/0.7.2...0.8.0)
##### Enhancements
......
GIT
remote: https://github.com/CocoaPods/Core.git
revision: 320bb0cf36d38f038a6478ad87618dd8bf148ffc
revision: 8d0a5072f64a780dc3f7ef919a66bf82dcfc524d
branch: master
specs:
cocoapods-core (0.35.0.rc2)
cocoapods-core (0.35.0)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
nap (~> 0.8.0)
......@@ -58,10 +58,10 @@ GIT
PATH
remote: .
specs:
cocoapods (0.35.0.rc2)
cocoapods (0.35.0)
activesupport (>= 3.2.15)
claide (~> 0.7.0)
cocoapods-core (= 0.35.0.rc2)
cocoapods-core (= 0.35.0)
cocoapods-downloader (~> 0.8.0)
cocoapods-plugins (~> 0.3.1)
cocoapods-trunk (~> 0.4.1)
......
module Pod
# The version of the cocoapods command line tool.
#
VERSION = '0.35.0.rc2' unless defined? Pod::VERSION
VERSION = '0.35.0' 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