Skip to content

Commit

Permalink
Bumped podspec version to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffh committed May 29, 2014
1 parent 0ef1ecf commit 8720657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cedar.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 8720657

Please sign in to comment.