From 7c54256f6c26f547b93b357a099a13aca0fa3cad Mon Sep 17 00:00:00 2001 From: Anas AIT ALI Date: Mon, 9 Feb 2015 17:05:45 +0100 Subject: [PATCH] added instructions for cocoapods in the readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0555554..5b6e8f6 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,11 @@ AsyncImageView uses threading internally, but none of the AsyncImageView externa Installation -------------- -To use the AsyncImageView in an app, just drag the AsyncImageView class files into your project. +Use [CocoaPods](http://cocoapods.org) + + pod "AsyncImageView" + +…or simply drag the AsyncImageView class files into your project. Categories