From 5b5014afc84d3bddc4d1d30d894a498036161f61 Mon Sep 17 00:00:00 2001 From: Victor Shamanov Date: Mon, 21 Sep 2020 04:30:54 +0100 Subject: [PATCH] Update swift version in podspecs --- Chatto.podspec | 2 +- ChattoAdditions.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chatto.podspec b/Chatto.podspec index f82fd715c..98ceb4996 100644 --- a/Chatto.podspec +++ b/Chatto.podspec @@ -13,5 +13,5 @@ Pod::Spec.new do |s| s.source_files = "Chatto/Source/**/*.{h,m,swift}" s.public_header_files = "Chatto/Source/**/*.h" s.requires_arc = true - s.swift_version = '5.1' + s.swift_version = '5.3' end diff --git a/ChattoAdditions.podspec b/ChattoAdditions.podspec index 7c862284e..d16bb8529 100644 --- a/ChattoAdditions.podspec +++ b/ChattoAdditions.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.source_files = "ChattoAdditions/Source/**/*.{h,m,swift}" s.public_header_files = "ChattoAdditions/Source/**/*.h" s.requires_arc = true - s.swift_version = '5.1' + s.swift_version = '5.3' s.resources = ["ChattoAdditions/Source/**/*.xib", "ChattoAdditions/Source/**/*.storyboard", "ChattoAdditions/Source/**/*.xcassets"] s.dependency 'Chatto' end