diff --git a/WKZombie.podspec b/WKZombie.podspec index 751d971..6fec703 100644 --- a/WKZombie.podspec +++ b/WKZombie.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "WKZombie" - s.version = "0.9.3" + s.version = "0.9.4" s.summary = "WKZombie is a Swift library for iOS/OSX to browse websites without the need of User Interface or API." s.description = <<-DESC WKZombie is a Swift library for iOS/OSX to navigate within websites and collect data without the need of User Interface or API, also known as Headless Browser. - In addition, it can be used to run automated tests or manipulate websites using Javascript. + In addition, it can be used to run automated tests, take snapshots or manipulate websites using Javascript. DESC s.homepage = "https://github.com/mkoehnke/WKZombie"