Skip to content

Commit

Permalink
Added Kiwi 1.0.1 and updated 1.0.0 with clean_paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Mar 5, 2012
1 parent f57858a commit 6f651a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Kiwi/1.0.0/Kiwi.podspec
Expand Up @@ -8,4 +8,5 @@ Pod::Spec.new do |s|
s.source_files = 'Kiwi'
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks"' }
s.clean_paths = ["Examples", "Classes", "*.xcodeproj", "Other Sources", "Resources", "Templates", "Tests", "*.sh"]
end
12 changes: 12 additions & 0 deletions Kiwi/1.0.1/Kiwi.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Kiwi'
s.version = '1.0.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.source = { :git => 'https://github.com/allending/Kiwi.git', :tag => 'v1.0.1' }
s.source_files = 'Kiwi'
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks"' }
s.clean_paths = ["Examples", "Classes", "*.xcodeproj", "Other Sources", "Resources", "Templates", "Tests", "*.sh"]
end

0 comments on commit 6f651a1

Please sign in to comment.