Skip to content

NSURL+Gravatar is a `NSURL` category to generate Gravatar URLs.

License

Notifications You must be signed in to change notification settings

bartj3/NSURL-Gravatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSURL+Gravatar

NSURL+Gravatar is a NSURL category to generate Gravatar URLs.

Usage

  • Add the files to your project manually or via Cocoapods (pod 'NSURL+Gravatar', '~> 1.0')
  • Import NSURL+Gravatar.h into the class.
  • Call the URLWithGravatarEmail size method on a NSURL to get the Gravatar URL: [NSURL URLWithGravatarEmail: @"[email protected]" size:100].

License

NSURL+Gravatar is available under the MIT license. See the LICENSE file for more info.

About

NSURL+Gravatar is a `NSURL` category to generate Gravatar URLs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published