Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Created October 12, 2012 16:06
Show Gist options
  • Save brynbellomy/3879969 to your computer and use it in GitHub Desktop.
Save brynbellomy/3879969 to your computer and use it in GitHub Desktop.
Stats.podspec
Pod::Spec.new do |s|
s.name = 'Stats'
s.version = '0.0.1'
s.license = 'BSD'
s.platform = :ios
s.summary = 'In-app view of memory usage and other stats'
s.homepage = 'https://github.com/shu223/Stats'
s.author = { 'shu223' => '[email protected]' }
s.source = { :git => 'https://github.com/shu223/Stats.git' }
s.source_files = 'Stats/*.{h,m}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment