From 33a0e2b1e4875ec830360be986798c39a121fd51 Mon Sep 17 00:00:00 2001 From: Joel Reis Date: Thu, 12 May 2016 17:05:49 +0100 Subject: [PATCH] 2.2.3 --- CameraManager.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CameraManager.podspec b/CameraManager.podspec index 5989992..5877fb9 100644 --- a/CameraManager.podspec +++ b/CameraManager.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "CameraManager" - s.version = "2.2.2" + s.version = "2.2.3" 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.requires_arc = true s.homepage = "https://github.com/imaginary-cloud/CameraManager" s.license = 'MIT' s.author = { "torrao" => "rtorrao@imaginarycloud.com" } - s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "2.2.2" } + s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "2.2.3" } s.social_media_url = 'http://www.imaginarycloud.com/' s.platform = :ios, '8.0' s.source_files = 'camera/CameraManager.swift'