Skip to content

Instantly share code, notes, and snippets.

@stigi
Created October 4, 2011 21:32
Show Gist options
  • Select an option

  • Save stigi/1262884 to your computer and use it in GitHub Desktop.

Select an option

Save stigi/1262884 to your computer and use it in GitHub Desktop.
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' => '[email protected]', 'Luke Redpath' => '[email protected]' }
s.source = { :git => 'https://github.com/allending/Kiwi.git', :tag => 'v1.0.0' }
s.source_files = 'Kiwi'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks"',
'OTHER_LDFLAGS' => '-ObjC -all_load -framework SenTestingKit' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment