Skip to content

Instantly share code, notes, and snippets.

@bartvandendriessche
Created September 14, 2012 20:13
Show Gist options
  • Save bartvandendriessche/3724433 to your computer and use it in GitHub Desktop.
Save bartvandendriessche/3724433 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'ILTesting'
s.version = '0.1'
s.summary = 'ILTesting provides a collection of Objective C helper classes primarily for assisting with testing. That is, if you can call the current content of one class a collection.'
s.homepage = 'https://github.com/InfiniteLoopDK/ILTesting'
s.license = 'BSD'
s.author = { 'Claus Broch' => '' }
s.source = { :git => 'https://github.com/InfiniteLoopDK/ILTesting.git', :commit => :head}
s.source_files = FileList['*.{c,h,m}'].exclude('ILTestImage.{h,m}'), 'OCHamcrestMatchers'
s.frameworks = 'Foundation', 'AppKit', 'SenTestingKit'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment