From 3c2c7e1e72b8abd96eafbae80323c5c1e5317437 Mon Sep 17 00:00:00 2001 From: Hal Mueller Date: Fri, 16 Aug 2024 11:46:49 -0700 Subject: [PATCH] update podspec to match Package.swift --- SwiftSoup.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SwiftSoup.podspec b/SwiftSoup.podspec index 731a333..a77ef16 100644 --- a/SwiftSoup.podspec +++ b/SwiftSoup.podspec @@ -12,10 +12,10 @@ SwiftSoup is a Swift library for working with real-world HTML. It provides a ver s.source = { :git => 'https://github.com/scinfu/SwiftSoup.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/scinfu' - s.ios.deployment_target = '12.0' - s.osx.deployment_target = '10.13' - s.watchos.deployment_target = '4.0' - s.tvos.deployment_target = '12.0' + s.ios.deployment_target = '13.0' + s.osx.deployment_target = '10.15' + s.watchos.deployment_target = '6.0' + s.tvos.deployment_target = '13.0' s.source_files = 'Sources/**/*.swift' s.swift_versions = ['4.0', '4.2', '5.0', '5.1']