Files
JBChartView/GetGravatar/1.0/GetGravatar.podspec
T
2012-12-30 13:06:20 -05:00

11 lines
421 B
Ruby

Pod::Spec.new do |s|
s.name = 'GetGravatar'
s.version = '1.0'
s.platform = :ios
s.summary = 'Simple class for generating a gravatar from an email address.'
s.homepage = 'https://github.com/iprayforwaves/GetGravatar'
s.author = { 'Raquel Galan' => 'iprayforwaves@gmail.com' }
s.source = { :git => 'https://github.com/iprayforwaves/GetGravatar.git', :tag => '1.0' }
s.source_files = '*.{h,m}'
end