GetGravatar is a simple Objective-C class for generating a gravatar from an email address.
- Add the files to your project using Cocoapods (
pod 'GetGravatar', '~> 1.1') - Import
GetGravatar.hinto your class. - Pass an email and size to the
gravatarURLForEmailmethod to get the corresponding Gravatar URL:[NSURL URLWithGravatarEmail: @"test@test.com" size:200].
GetGravatar is freely distributed under the MIT license.