From d8a0341c28c0fe0a1df48a642ce176fd561a1b3f Mon Sep 17 00:00:00 2001 From: Andrew Kitchen Date: Mon, 4 May 2015 20:37:07 -0700 Subject: [PATCH] Version 0.11.3 --- Cedar.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cedar.podspec b/Cedar.podspec index df64ae99..890d6b6c 100644 --- a/Cedar.podspec +++ b/Cedar.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Cedar' - s.version = '0.11.2' + s.version = '0.11.3' s.license = 'MIT' s.summary = 'BDD-style testing using Objective-C.' s.homepage = 'https://github.com/pivotal/cedar' s.author = { 'Pivotal Labs' => 'http://pivotallabs.com' } s.license = { :type => 'MIT', :file => 'MIT.LICENSE.txt' } - s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.11.2' } + s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.11.3' } s.osx.deployment_target = '10.7' s.ios.deployment_target = '6.0'