From 0e96a20ffd37a515c5c963952d4335c89bed50a6 Mon Sep 17 00:00:00 2001 From: Nabil Chatbi Date: Thu, 4 May 2023 17:17:45 +0200 Subject: [PATCH] target --- SwiftSoup.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftSoup.podspec b/SwiftSoup.podspec index b968cf7..85715da 100644 --- a/SwiftSoup.podspec +++ b/SwiftSoup.podspec @@ -22,7 +22,7 @@ SwiftSoup is a Swift library for working with real-world HTML. It provides a ver s.ios.deployment_target = "11.0" s.osx.deployment_target = "10.13" - s.watchos.deployment_target = "2.0" + s.watchos.deployment_target = "4.0" s.tvos.deployment_target = "11.0" s.source_files = 'Sources/**/*.swift'