Skip to content

Commit 3c2c7e1

Browse files
halmuelleraehlke
authored andcommitted
update podspec to match Package.swift
1 parent e2a05ef commit 3c2c7e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SwiftSoup.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ SwiftSoup is a Swift library for working with real-world HTML. It provides a ver
1212
s.source = { :git => 'https://github.com/scinfu/SwiftSoup.git', :tag => s.version.to_s }
1313
s.social_media_url = 'https://twitter.com/scinfu'
1414

15-
s.ios.deployment_target = '12.0'
16-
s.osx.deployment_target = '10.13'
17-
s.watchos.deployment_target = '4.0'
18-
s.tvos.deployment_target = '12.0'
15+
s.ios.deployment_target = '13.0'
16+
s.osx.deployment_target = '10.15'
17+
s.watchos.deployment_target = '6.0'
18+
s.tvos.deployment_target = '13.0'
1919

2020
s.source_files = 'Sources/**/*.swift'
2121
s.swift_versions = ['4.0', '4.2', '5.0', '5.1']

0 commit comments

Comments
 (0)