Skip to content

Commit

Permalink
Bump version to v0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hui and Tim Jarratt committed Sep 23, 2014
1 parent 29e5626 commit 8f3e945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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/**'

Expand Down

0 comments on commit 8f3e945

Please sign in to comment.