From ef44fccf11a3b1e09e39486e4b5c30222fd511e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20B=C3=B8dskov?= Date: Sun, 17 Oct 2021 17:02:48 +0200 Subject: [PATCH] updates podspec --- Serpent.podspec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Serpent.podspec b/Serpent.podspec index 39d1b11..c750db4 100644 --- a/Serpent.podspec +++ b/Serpent.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "Serpent" - s.version = "1.1.0" + s.version = "2.0.3" s.summary = "A protocol to serialize Swift structs and classes for encoding and decoding." s.homepage = "https://github.com/nodes-ios/Serpent" s.description = <<-DESC @@ -25,6 +25,9 @@ Pod::Spec.new do |s| Also provides extensions for Alamofire and Cashier. DESC + + s.swift_version = '5' + s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5' } # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # #