From d3616a2442d9eb0fd15d181468a2bf4072b3b40c Mon Sep 17 00:00:00 2001 From: Tolga Beser Date: Sat, 22 Aug 2015 15:40:05 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fb32a5..477c935 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ KLCPopup is a simple and flexible iOS class for presenting any custom view as a

##Installation - +###CocoaPods +You can install KLCPopup easily with cocoapods +```pod 'KLCPopup', :head``` +###Manual - Drag the `KLCPopup/KLCPopup` folder into your project. - `#import "KLCPopup.h"` where appropriate.