From eeaf986e8e1214116a0f3b5a5554e1ee701eb27b Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Tue, 8 Dec 2015 16:59:44 +0700 Subject: [PATCH] State that Cocoapods is supported --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d0272eda42..f4e83cec04 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,15 @@ iCarousel is derived from UIView and - as with all UIKit components - it should Installation -------------- +### Manual To use the iCarousel class in an app, just drag the iCarousel class files (demo files and assets are not needed) into your project and add the QuartzCore framework. +### Cocoapods +iCarousel is available through CocoaPods. To install it, simply add the following line to your Podfile: + +```ruby +pod "iCarousel" +``` Chameleon Support -------------------