Skip to content

Commit

Permalink
Merge pull request CocoaPods#245 from tibr/master
Browse files Browse the repository at this point in the history
Adding Spec for Kiwi 1.1.0
  • Loading branch information
fabiopelosin committed Jul 24, 2012
2 parents 001d547 + 28c9a81 commit ea38a6d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Kiwi/1.1.0/Kiwi.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'Kiwi'
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.license = { :type => 'MIT', :file => 'License.txt' }
s.source = { :git => 'https://github.com/allending/Kiwi.git', :commit => '68ae6032e760dc1eb8627c30bc9504628e8e170e' }
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 ea38a6d

Please sign in to comment.