This commit is contained in:
Nabil Chatbi 2023-05-04 17:17:45 +02:00
parent c30efe3f9f
commit 0e96a20ffd
1 changed files with 1 additions and 1 deletions

View File

@ -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'