Commit 36361198 authored by Eloy Duran's avatar Eloy Duran

Release 0.3.6

parent a2a8c67b
...@@ -4,7 +4,7 @@ require File.expand_path('../lib/cocoapods', __FILE__) ...@@ -4,7 +4,7 @@ require File.expand_path('../lib/cocoapods', __FILE__)
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "cocoapods" s.name = "cocoapods"
s.version = Pod::VERSION s.version = Pod::VERSION
s.date = "2011-11-17" s.date = "2011-11-22"
s.license = "MIT" s.license = "MIT"
s.email = "eloy.de.enige@gmail.com" s.email = "eloy.de.enige@gmail.com"
s.homepage = "https://github.com/CocoaPods/CocoaPods" s.homepage = "https://github.com/CocoaPods/CocoaPods"
......
module Pod module Pod
VERSION = '0.3.5' VERSION = '0.3.6'
class Informative < StandardError class Informative < StandardError
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