Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
scinfu committed Jul 26, 2024
1 parent 91cc703 commit e2d1120
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions SwiftSoup.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
#
# Be sure to run `pod lib lint SwiftSoup.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = 'SwiftSoup'
s.version = '2.7.3'
Expand All @@ -20,17 +12,14 @@ 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 = "11.0"
s.osx.deployment_target = "10.13"
s.watchos.deployment_target = "4.0"
s.tvos.deployment_target = "11.0"
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.source_files = 'Sources/**/*.swift'
s.swift_versions = ['4.0', '4.2', '5.0', '5.1']

#s.resource_bundles = {
# 'SwiftSoup' => ['Assets/*.properties']
#}
s.ios.resource_bundles = {'SwiftSoup' => ['Sources/PrivacyInfo.xcprivacy']}
s.osx.resource_bundles = {'SwiftSoup' => ['Sources/PrivacyInfo.xcprivacy']}
s.watchos.resource_bundles = {'SwiftSoup' => ['Sources/PrivacyInfo.xcprivacy']}
Expand Down

0 comments on commit e2d1120

Please sign in to comment.