Files
JBChartView/Kiwi/1.0.0/Kiwi.podspec
T
2012-06-27 14:33:50 +02:00

13 lines
601 B
Ruby

Pod::Spec.new do |s|
s.name = 'Kiwi'
s.version = '1.0.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_files = 'Kiwi'
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
end