From 302cae8b4631bbfb5b5dd7ae7d2f68675f09e82f Mon Sep 17 00:00:00 2001 From: Natalia Terlecka Date: Tue, 10 Mar 2015 11:40:12 +0000 Subject: [PATCH] Readme updated. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 044f1c7..a797b3c 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ The easiest way to install the CameraManager is with: [CocoaPods](http://cocoapo ## Podfile ```ruby -platform :ios, ‘8.0’ +use_frameworks! + pod 'CameraManager', '~> 1.0' ```