From bb8f4e963341635d28a43b8d4c9e13d673cdbf0e Mon Sep 17 00:00:00 2001 From: Milen Halachev Date: Wed, 14 Sep 2022 08:48:16 +0300 Subject: [PATCH] - updated podspec --- MHAppKit.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MHAppKit.podspec b/MHAppKit.podspec index 7b46599..544a446 100644 --- a/MHAppKit.podspec +++ b/MHAppKit.podspec @@ -1,15 +1,15 @@ Pod::Spec.new do |s| s.name = "MHAppKit" - s.version = "1.12.0" + s.version = "1.13.0" s.source = { :git => "https://github.com/KoCMoHaBTa/#{s.name}.git", :tag => "#{s.version}" } s.license = { :type => "MIT", :file => "LICENSE" } s.author = "Milen Halachev" s.summary = "A collection of useful tools that makes developer's life easier." s.homepage = "https://github.com/KoCMoHaBTa/#{s.name}" - s.swift_version = "5.3" - s.ios.deployment_target = "9.0" + s.swift_version = "5.7" + s.ios.deployment_target = "11.0" s.source_files = "#{s.name}/**/*.swift", "#{s.name}/**/*.{h,m}" s.public_header_files = "#{s.name}/**/*.h"