Skip to content

Commit

Permalink
New pod GHUnitIOS-0.4.33(current)
Browse files Browse the repository at this point in the history
  • Loading branch information
laiso committed Mar 7, 2012
1 parent fc2de1c commit b665199
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions GHUnitIOS/0.4.33/GHUnitIOS.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'GHUnitIOS'
s.version = '0.4.33'
s.license = 'MIT'
s.summary = 'Test Framework for Objective-C'
s.homepage = 'https://github.com/gabriel/gh-unit'
s.author = { 'Gabriel Handford' => 'gabrielh@gmail.com' }
s.source = { :git => 'https://github.com/gabriel/gh-unit.git', :commit => 'fea526dee3e6e00548f280b56d4afab049733ef8'}
s.description = 'GHUnit is a test framework for Objective-C, Mac OS X 10.5 and above and iPhone 3.x and above. It can be used standalone or with other testing frameworks like SenTestingKit or GTM.'
s.source_files = 'Classes/**/*.{h,m}', 'Classes-iOS/**/*.{h,m}', 'Libraries/YelpKit/*.{h,m}', 'Libraries/GTM/**/*.{h,m}', 'Libraries/GHKit/**/*.{h,m}'
s.platform = :ios
s.framework = 'CoreLocation'
s.clean_paths = 'Examples', 'Documentation', 'Project-MacOSX', 'Project-iOS', 'Classes-MacOSX', 'Tests'
end

0 comments on commit b665199

Please sign in to comment.