Skip to content

Instantly share code, notes, and snippets.

@AlexDenisov
Created August 16, 2012 08:14
Show Gist options
  • Save AlexDenisov/3368306 to your computer and use it in GitHub Desktop.
Save AlexDenisov/3368306 to your computer and use it in GitHub Desktop.
Podspec for GravatarHelper (iOS)
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
@atermenji
Copy link

very nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment