From 0246e9e9e8faae93f2c83d15824789577f4720bf Mon Sep 17 00:00:00 2001 From: Christoffer Winterkvist Date: Thu, 6 Oct 2016 07:37:38 +0200 Subject: [PATCH] Add s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' } --- Cache.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cache.podspec b/Cache.podspec index d7582ba..21c987c 100644 --- a/Cache.podspec +++ b/Cache.podspec @@ -19,4 +19,6 @@ Pod::Spec.new do |s| s.frameworks = 'Foundation' s.dependency 'CryptoSwift' + + s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' } end