Bart van Zon

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
2pods
NSDate+RelativeTime is an NSDate
category to generate relative time (or fuzzy
time) strings from dates. NSDate's are parsed to strings like for example
'Now', 'A day ago' or '3 months from now'. NSDate+RelativeTime seperates
itself from other alike categories in the fact that it handles not only past
dates but future dates as well.
NSDate+RelativeTime.h
into the class.relativeTime
method on an NSDate to get the relative time.The tests are in NSDate+RelativeTimeTests.m
and require Kiwi to run.
License: MIT
NSURL+Gravatar is a NSURL
category to generate Gravatar URLs.
pod 'NSURL+Gravatar', '~> 1.0'
)NSURL+Gravatar.h
into the class.URLWithGravatarEmail size
method on a NSURL to get the Gravatar URL: [NSURL URLWithGravatarEmail: @"[email protected]" size:100]
.License: MIT