Skip to content

Commit

Permalink
fix podspect
Browse files Browse the repository at this point in the history
  • Loading branch information
scinfu committed Nov 5, 2024
1 parent c168608 commit 0837db3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SwiftSoup.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,4 @@ SwiftSoup is a Swift library for working with real-world HTML. It provides a ver

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

s.ios.resource_bundles = {'SwiftSoup' => ['Sources/PrivacyInfo.xcprivacy']}
s.osx.resource_bundles = {'SwiftSoup' => ['Sources/PrivacyInfo.xcprivacy']}
s.watchos.resource_bundles = {'SwiftSoup' => ['Sources/PrivacyInfo.xcprivacy']}
s.tvos.resource_bundles = {'SwiftSoup' => ['Sources/PrivacyInfo.xcprivacy']}
end

0 comments on commit 0837db3

Please sign in to comment.