Created
August 16, 2012 08:14
-
-
Save AlexDenisov/3368306 to your computer and use it in GitHub Desktop.
Podspec for GravatarHelper (iOS)
This file contains 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 = 'Gravatar' | |
s.version = '0.0.1' | |
s.summary = 'Getting gravatar url from email address' | |
s.homepage = 'https://github.com/MugunthKumar/Gravatar' | |
s.author = { 'Mugunth Kumar' => '[email protected]' } | |
s.source = { :git => 'https://github.com/MugunthKumar/Gravatar.git', | |
:commit => '5f4650e1c4ba7721c40c829435fd7652f047f1c2' } | |
s.platform = :ios | |
s.source_files = 'Gravatar/GravatarHelper.m', 'Gravatar/GravatarHelper.m' | |
s.frameworks = 'Foundation' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
very nice