From 4c8f85142ceff93d47c5b84f1e56dfb4129108d1 Mon Sep 17 00:00:00 2001 From: nelanelanela Date: Tue, 28 Oct 2014 10:26:56 +0000 Subject: [PATCH] New version 1.0.6 --- CameraManager.podspec | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CameraManager.podspec b/CameraManager.podspec index 6b1ff53..9576f3e 100644 --- a/CameraManager.podspec +++ b/CameraManager.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "CameraManager" - s.version = "1.0.5" + s.version = "1.0.6" s.summary = "This is a simple Swift class to provide all the configurations you need to create custom camera view in your app. Just drag, drop and use." s.homepage = "https://github.com/imaginary-cloud/CameraManager" s.license = 'MIT' s.author = { "nelanelanela" => "nterlecka@imaginarycloud.com" } - s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "1.0.5" } + s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "1.0.6" } s.social_media_url = 'http://www.imaginarycloud.com/' s.platform = :ios, '7.0' s.requires_arc = true diff --git a/README.md b/README.md index 836e6a7..3708077 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ####Camera Manager -V1.0.5 (22-Oct-2014) +V1.0.6 (28-Oct-2014) ####About This is a simple swift class to provide all the configurations you need to create custom camera view in your app. -Just drag, drop and use. +Just drag, drop and use. It supports orientation changes wih UI updates, front and rear camera selection, different flash modes inputs and outputs. ####Installation with CocoaPods