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.