Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.

Commit

Permalink
new podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed Oct 10, 2012
1 parent 0cca59e commit 6421ccd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Kiwi.podspec
@@ -1,13 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Kiwi'
s.version = '1.1.0'
s.version = '1.1.1'
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.license = { :type => 'MIT', :file => 'License.txt' }
s.source = { :git => 'https://github.com/allending/Kiwi.git', :commit => '68ae6032e760dc1eb8627c30bc9504628e8e170e' }
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' => '"$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
s.preserve_paths = ["Examples", "Classes", "*.xcodeproj", "Other Sources", "Resources", "Templates", "Tests", "*.sh"]
end

0 comments on commit 6421ccd

Please sign in to comment.