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

Commit

Permalink
Add deprecated to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
x2on committed Aug 9, 2016
1 parent fd25713 commit 7e1d81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GHUnit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GHUnit'
s.version = '0.5.9'
s.version = '0.6.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Test Framework for Objective-C.'
s.homepage = 'https://github.com/gh-unit/gh-unit'
Expand All @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.osx.source_files = 'Classes-MacOSX/UI/*.{h,m}'
s.osx.resources = 'Classes-MacOSX/UI/*.xib'
s.ios.frameworks = 'QuartzCore'
s.deprecated = true
s.requires_arc = true
end

0 comments on commit 7e1d81d

Please sign in to comment.