Skip to content

Commit

Permalink
update podspec to match Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
halmueller authored and aehlke committed Aug 19, 2024
1 parent e2a05ef commit 3c2c7e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SwiftSoup.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 3c2c7e1

Please sign in to comment.