Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
Release 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
x2on committed Nov 2, 2013
1 parent 5e78122 commit 4fd398a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GHUnitIOS.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'GHUnitIOS'
s.version = '0.5.7'
s.version = '0.5.8'
s.license = 'MIT'
s.summary = 'Test Framework for Objective-C.'
s.homepage = 'https://github.com/gh-unit/gh-unit'
s.author = { 'Gabriel Handford' => 'gabrielh@gmail.com' }
s.source = { :git => 'https://github.com/gh-unit/gh-unit.git', :tag => '0.5.7'}
s.source = { :git => 'https://github.com/gh-unit/gh-unit.git', :tag => s.version.to_s}
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/GTM/**/*.{h,m}'
s.platform = :ios
Expand Down
4 changes: 2 additions & 2 deletions GHUnitOSX.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'GHUnitOSX'
s.version = '0.5.7'
s.version = '0.5.8'
s.license = 'MIT'
s.summary = 'Test Framework for Objective-C.'
s.homepage = 'https://github.com/gh-unit/gh-unit'
s.author = { 'Gabriel Handford' => 'gabrielh@gmail.com' }
s.source = { :git => 'https://github.com/gh-unit/gh-unit.git', :tag => '0.5.7'}
s.source = { :git => 'https://github.com/gh-unit/gh-unit.git', :tag => s.version.to_s}
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-MacOSX/UI/*.{h,m}', 'Libraries/GTM/**/*.{h,m}'
s.exclude_files = '**/*GHViewTestCase*'
Expand Down
2 changes: 1 addition & 1 deletion XcodeConfig/Shared.xcconfig
@@ -1,4 +1,4 @@
GHUNIT_VERSION = 0.5.7
GHUNIT_VERSION = 0.5.8

GHUNIT_GENERAL_OTHER_CFLAGS = -Wdiv-by-zero -Wbad-function-cast -Wnested-externs -Wold-style-definition

Expand Down

0 comments on commit 4fd398a

Please sign in to comment.