2.6.0
This commit is contained in:
parent
835a8a7e0e
commit
037679628a
|
@ -48,7 +48,7 @@ To install it, simply add the dependency to your Package.Swift file:
|
||||||
```swift
|
```swift
|
||||||
...
|
...
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.5.3"),
|
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.6.0"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target( name: "YourTarget", dependencies: ["SwiftSoup"]),
|
.target( name: "YourTarget", dependencies: ["SwiftSoup"]),
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'SwiftSoup'
|
s.name = 'SwiftSoup'
|
||||||
s.version = '2.5.3'
|
s.version = '2.6.0'
|
||||||
s.summary = 'Swift HTML Parser / Reader, XML , with best of DOM, CSS, and jquery'
|
s.summary = 'Swift HTML Parser / Reader, XML , with best of DOM, CSS, and jquery'
|
||||||
s.description = <<-DESC
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue