From 1790ac82864f61926905574692a586faa72c89aa Mon Sep 17 00:00:00 2001 From: Sandis Millers Date: Fri, 20 Oct 2023 13:09:36 +0300 Subject: [PATCH] update swift version / deployment target --- CHICore.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHICore.podspec b/CHICore.podspec index 34e3669..6ef75b0 100644 --- a/CHICore.podspec +++ b/CHICore.podspec @@ -1,9 +1,9 @@ Pod::Spec.new do |s| s.name = 'CHICore' -s.version = '0.3.3' +s.version = '0.3.4' s.summary = 'CHICore is a set of helpers and services for a project in CHili studio.' -s.ios.deployment_target = '8.0' +s.ios.deployment_target = '11.0' s.homepage = 'https://github.com/chili-ios/CHICore' s.license = { :type => 'MIT', :file => 'LICENSE' } @@ -11,7 +11,7 @@ s.author = { 'Chili' => 'studio@chi.lv' } s.source = { :git => 'https://github.com/chili-ios/CHICore.git', :tag => s.version.to_s } s.source_files = 'CHICore/Classes/**/*.swift' -s.swift_version = '4.2' +s.swift_version = '5.0' s.dependency 'Device'