From af5a506b29132d70dc9a702d6a879d4252897e81 Mon Sep 17 00:00:00 2001 From: Xavier Schott Date: Fri, 1 Jun 2018 17:01:56 -0500 Subject: [PATCH] Release version 5.0.1 --- TGPControls.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/TGPControls.podspec b/TGPControls.podspec index a3f5c1f..5731bfc 100644 --- a/TGPControls.podspec +++ b/TGPControls.podspec @@ -23,6 +23,7 @@ Pod::Spec.new do |spec| spec.platform = :ios spec.ios.deployment_target = '8.0' spec.requires_arc = true + spec.swift_version = '4.0' # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # spec.source = { :git => "https://github.com/SwiftArchitect/TGPControls.git", :tag => "v5.0.1" }