From 9fc889a748fa0b1b8557db64f85a466bfb9166b1 Mon Sep 17 00:00:00 2001 From: Natalia Terlecka Date: Tue, 10 Mar 2015 10:41:06 +0000 Subject: [PATCH] Readme updated. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3ada6c..044f1c7 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ####Camera Manager -V1.0.9 (6-Mar-2015) +V1.0.9 (10-Mar-2015) ####About This is a simple swift class to provide all the configurations you need to create custom camera view in your app. @@ -15,7 +15,7 @@ The easiest way to install the CameraManager is with: [CocoaPods](http://cocoapo ## Podfile ```ruby -platform :ios, '7.0' +platform :ios, ‘8.0’ pod 'CameraManager', '~> 1.0' ``` @@ -80,7 +80,7 @@ CameraManager.sharedInstance.stopRecordingVideo({ (videoURL) -> Void in ####Support -Supports iOS 7 and above +Supports iOS 8 and above ####License