From 420d12cba8338b03993f73a72c1f6b70d5273cf2 Mon Sep 17 00:00:00 2001 From: Alexis Creuzot Date: Wed, 20 May 2020 15:39:11 +0200 Subject: [PATCH] bump version --- SwiftyGif.podspec | 2 +- SwiftyGif.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SwiftyGif.podspec b/SwiftyGif.podspec index b8eb0cf..caabd0b 100755 --- a/SwiftyGif.podspec +++ b/SwiftyGif.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftyGif' - s.version = '5.2.0' + s.version = '5.3.0' s.summary = 'High performance Gif engine in Swift. Add and control Gif images easily!' s.homepage = 'https://github.com/kirualex/SwiftyGif' s.license = { :type => "MIT", :file => "LICENSE" } diff --git a/SwiftyGif.xcodeproj/project.pbxproj b/SwiftyGif.xcodeproj/project.pbxproj index 1162878..65940c8 100644 --- a/SwiftyGif.xcodeproj/project.pbxproj +++ b/SwiftyGif.xcodeproj/project.pbxproj @@ -630,7 +630,7 @@ ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -680,7 +680,7 @@ MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; };