Marek Lipert

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
1pod
MLImageCache has been written as an alternative to clumsy SDWebCache. It is based on NSOperation / NSOperationQueue combo, which gives it additional features and safety.
The highlights:
Use CocoaPods or copy those 4 files directly into the project. In the latter case you also have to install ASIHTTPRequest.
If you wonder why do I use this seemingly obsolete library compare its stability and functionality to AFNetworking. It does not change interface every few months and is super-stable and tested.
#import "UIImageView+Cache.h"
...
[self.imageView setImageWithURL: self.urlToImage ];
And that's it! You can replace SDImageCache instantly. For more advanced features see MLImageCache.h
License: MIT