Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
xukun 2022-04-01 10:21:46 +08:00
commit 23bb65aeae
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ To install it, simply add the dependency to your Package.Swift file:
```swift
...
dependencies: [
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "1.7.4"),
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.4.0"),
],
targets: [
.target( name: "YourTarget", dependencies: ["SwiftSoup"]),

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'SwiftSoup'
s.version = '2.3.8'
s.version = '2.4.0'
s.summary = 'Swift HTML Parser / Reader, XML , with best of DOM, CSS, and jquery'
s.description = <<-DESC
SwiftSoup is a Swift library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.