From 2110cc83e5d29d9d23c31557a513556ba57433c3 Mon Sep 17 00:00:00 2001 From: Alex Littlejohn Date: Mon, 10 Apr 2017 12:56:44 +0200 Subject: [PATCH] =?UTF-8?q?cocoapods=20is=20being=20uncooperative=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ALCameraViewController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ALCameraViewController.podspec b/ALCameraViewController.podspec index 43d6d718..6e3fdf82 100644 --- a/ALCameraViewController.podspec +++ b/ALCameraViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "ALCameraViewController" - spec.version = "1.3.0" + spec.version = "1.3.1" spec.summary = "A camera view controller with custom image picker and image cropping. Written in Swift." spec.source = { :git => "https://github.com/AlexLittlejohn/ALCameraViewController.git", :tag => spec.version.to_s } spec.requires_arc = true