bump version

This commit is contained in:
Nabil Chatbi 2019-12-20 23:11:55 +01:00
parent 04ed48a128
commit b125254bca
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'SwiftSoup' s.name = 'SwiftSoup'
s.version = '2.2.2' s.version = '2.3.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.