From 6c2f2d2e93e216ee2d27c3d62f5659e8a8a93970 Mon Sep 17 00:00:00 2001 From: nelanelanela Date: Wed, 15 Oct 2014 16:33:59 +0100 Subject: [PATCH] Readme updated. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cd450ed..78f2abd 100755 --- a/README.md +++ b/README.md @@ -7,6 +7,17 @@ V1.0.0 (10-Oct-2014) This is a simple class to provide all the configurations you need to create custom camera view in your app. Just drag, drop and use. +### Installation with CocoaPods + +The easiest way to install the CameraManager is with: [CocoaPods](http://cocoapods.org) + +#### Podfile + +```ruby +platform :ios, '7.0' +pod 'CameraManager', '~> 1.0’ +``` + ####How to use To use it you just add the preview layer to your desired view ```swift