From f214cdb6f5d78ab3ef17eca405020b9bc052074b Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Fri, 14 Jun 2024 14:24:23 -0700 Subject: [PATCH] update podspec --- Foil.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Foil.podspec b/Foil.podspec index 2c596a6..1f332ab 100644 --- a/Foil.podspec +++ b/Foil.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Foil' - s.version = '5.0.1' + s.version = '5.1.0' s.license = 'MIT' s.summary = 'A lightweight property wrapper for UserDefaults' @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/jessesquires/Foil.git', :tag => s.version } s.source_files = 'Sources/*.swift' - s.swift_version = '5.9' + s.swift_version = '5.10' s.ios.deployment_target = '13.0' s.tvos.deployment_target = '13.0'