From 8720657da741309960abf1c397f6a7949b1a9d32 Mon Sep 17 00:00:00 2001 From: Jeff Hui Date: Wed, 28 May 2014 22:27:23 -0700 Subject: [PATCH] Bumped podspec version to 0.9.7 --- Cedar.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cedar.podspec b/Cedar.podspec index e03cee86..7f279ed2 100644 --- a/Cedar.podspec +++ b/Cedar.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Cedar' - s.version = '0.9.6' + s.version = '0.9.7' 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' } - s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.9.6' } + s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.9.7' } s.osx.deployment_target = '10.7' s.ios.deployment_target = '5.0'