Skip to content

Commit

Permalink
issue kiwi-bdd#145 - Update podspec to point to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Ding committed Jun 17, 2012
1 parent 04bf281 commit 6f825e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kiwi.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'Kiwi'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'A Behavior Driven Development library for iPhone and iPad development.'
s.homepage = 'http://kiwi-lib.info'
s.authors = { 'Allen Ding' => 'allen@allending.com', 'Luke Redpath' => 'luke@lukeredpath.co.uk' }
s.source = { :git => 'https://github.com/allending/Kiwi.git', :tag => 'v1.0.0' }
s.source = { :git => 'https://github.com/allending/Kiwi.git', :tag => '1.1.0' }
s.source_files = 'Kiwi'
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
Expand Down

0 comments on commit 6f825e6

Please sign in to comment.