Commit 5614a12c authored by Martin Kavalar's avatar Martin Kavalar

Release 0.5.0 (MRI compatible version)

parent 8f5e946e
# Important
These instructions are for the next release which won’t require MacRuby anymore. Until then, however, see the [README of the latest release](https://github.com/CocoaPods/CocoaPods/blob/0.3.10/README.md).
# CocoaPods – an Objective-C library manager
[![Build Status](https://secure.travis-ci.org/CocoaPods/CocoaPods.png)](https://secure.travis-ci.org/CocoaPods/CocoaPods)
......
......@@ -28,8 +28,7 @@ Gem::Specification.new do |s|
s.post_install_message = "[!] If this is your first time install of CocoaPods, or if " \
"you are upgrading, first run: $ pod setup"
s.add_runtime_dependency 'xcodeproj', '~> 0.0.2'
s.add_development_dependency 'bacon', '~> 1.1'
s.add_runtime_dependency 'xcodeproj', '~> 0.1.0'
## Make sure you can build the gem on older versions of RubyGems too:
s.rubygems_version = "1.6.2"
......
Subproject commit 6cb145571a66bfbfa0dae2cd2790ab14e83d318b
Subproject commit ea0ac9953d8ad7da4f35f0e452a68ecf7ef5938e
module Pod
VERSION = '0.3.10'
VERSION = '0.5.0'
class Informative < StandardError
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