diff --git a/SwiftSoup.podspec b/SwiftSoup.podspec index ac4d662..7c5adfd 100644 --- a/SwiftSoup.podspec +++ b/SwiftSoup.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SwiftSoup' - s.version = '2.7.0' + s.version = '2.7.1' 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.