Skip to content

Commit

Permalink
Update version and podspec to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
allending committed Jan 24, 2013
1 parent 5c25a28 commit 31b2956
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,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Kiwi'
s.version = '2.0.2'
s.version = '2.0.3'
s.summary = 'A Behavior Driven Development library for iOS and OS X.'
s.homepage = 'https://github.com/allending/Kiwi'
s.authors = { 'Allen Ding' => '[email protected]', 'Luke Redpath' => '[email protected]' }
s.license = { :type => 'MIT', :file => 'License.txt' }
s.source = { :git => 'https://github.com/allending/Kiwi.git', :tag => '2.0.2' }
s.source = { :git => 'https://github.com/allending/Kiwi.git', :tag => '2.0.3' }
s.source_files = 'Classes'
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
Expand Down

0 comments on commit 31b2956

Please sign in to comment.