Skip to content

iprayforwaves/GetGravatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetGravatar

GetGravatar is a simple Objective-C class for generating a gravatar from an email address.

Usage

  • Add the files to your project using Cocoapods (pod 'GetGravatar', '~> 1.1')
  • Import GetGravatar.h into your class.
  • Pass an email and size to the gravatarURLForEmail method to get the corresponding Gravatar URL: [NSURL URLWithGravatarEmail: @"test@test.com" size:200].

License

GetGravatar is freely distributed under the MIT license.

About

Simple class for generating a gravatar from an email address

Resources

License

Stars

Watchers

Forks

Packages

No packages published