From 5b709a0174757c65d161100ca403f8227e4fcf47 Mon Sep 17 00:00:00 2001 From: Natalia Terlecka Date: Wed, 18 Nov 2015 07:39:20 +0000 Subject: [PATCH] Podfile bug fix --- CameraManager.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CameraManager.podspec b/CameraManager.podspec index 3acaa51..b82f9bb 100644 --- a/CameraManager.podspec +++ b/CameraManager.podspec @@ -2,12 +2,12 @@ Pod::Spec.new do |s| s.name = "CameraManager" s.version = "2.0.2" 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 = { "nelanelanela" => "nterlecka@imaginarycloud.com" } s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "2.0.2" } s.social_media_url = 'http://www.imaginarycloud.com/' s.platform = :ios, '8.0' - s.requires_arc = true s.source_files = 'camera/CameraManager.swift' end