Created
October 12, 2012 16:06
-
-
Save brynbellomy/3879969 to your computer and use it in GitHub Desktop.
Stats.podspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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