Skip to content

Instantly share code, notes, and snippets.

@erlichmen
Last active December 19, 2015 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erlichmen/5993987 to your computer and use it in GitHub Desktop.
Save erlichmen/5993987 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'GTMStacktrace'
s.homepage = 'https://code.google.com/p/google-toolbox-for-mac/'
s.license = 'Apache License, Version 2.0'
s.version = '0.0.624'
s.summary = 'The Stacktrace utility from Google Toolkit for Mac (GTM).'
s.author = {
'Shay Erlichmen' => 'shay@shakka.me '
}
s.source = {
:svn => 'http://google-toolbox-for-mac.googlecode.com/svn/trunk/',
:revision => '624'
}
s.source_files = 'GTMDefines.{h,m}', 'Foundation/GTMObjC2Runtime.{h,m}', 'Foundation/GTMStackTrace.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment