From 2a86fe5140b828f1ca2bf67645f436e1acd882bb Mon Sep 17 00:00:00 2001 From: Natalia Terlecka Date: Thu, 19 Mar 2015 10:55:30 +0000 Subject: [PATCH] Podspec updated. --- CameraManager.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CameraManager.podspec b/CameraManager.podspec index 940a559..68a322b 100644 --- a/CameraManager.podspec +++ b/CameraManager.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "CameraManager" - s.version = "1.0.9" + s.version = "1.0.10" 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.9" } + s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "1.0.10" } s.social_media_url = 'http://www.imaginarycloud.com/' s.platform = :ios, '8.0' s.requires_arc = true