From 8f3e9452e8cf0dd0eac7c69bedf21973477c1297 Mon Sep 17 00:00:00 2001 From: Jeff Hui and Tim Jarratt Date: Tue, 23 Sep 2014 16:01:15 -0700 Subject: [PATCH] Bump version to v0.9.8 --- Cedar.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cedar.podspec b/Cedar.podspec index 7f279ed2..25498b14 100644 --- a/Cedar.podspec +++ b/Cedar.podspec @@ -1,15 +1,15 @@ Pod::Spec.new do |s| s.name = 'Cedar' - s.version = '0.9.7' + s.version = '0.9.8' 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.7' } + s.source = { :git => 'https://github.com/pivotal/cedar.git', :tag => 'v0.9.8' } s.osx.deployment_target = '10.7' - s.ios.deployment_target = '5.0' + s.ios.deployment_target = '6.0' s.source_files = 'Source/**/*.{h,m,mm}' s.osx.exclude_files = '**/iPhone/**'