From ed572f53ce58b8e23499abeb3a926033cbe480f7 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Tue, 30 Oct 2018 23:15:16 +0100 Subject: [PATCH] Add swift_version to podspec Fixes https://github.com/kaishin/Gifu/issues/136 --- Gifu.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Gifu.podspec b/Gifu.podspec index 58c7b99..27eebb8 100644 --- a/Gifu.podspec +++ b/Gifu.podspec @@ -9,6 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/kaishin/Gifu.git", :tag => "v#{s.version}", :submodules => true } s.platform = :ios, "9.0" s.platform = :tvos, "9.0" + s.swift_version = "4.2" s.ios.source_files = "Source/**/*.{h,swift}" s.tvos.source_files = "Source/**/*.{h,swift}" s.ios.deployment_target = "9.0"