Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Köhnke committed Mar 3, 2018
1 parent 7a451fa commit fcbba84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WKZombie.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "WKZombie"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "WKZombie is a Swift library for iOS/OSX to browse websites without the need of User Interface or API."

s.description = <<-DESC
Expand All @@ -15,8 +15,8 @@ Pod::Spec.new do |s|

s.author = "Mathias Köhnke"

s.ios.deployment_target = '9.1'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '10.3'
s.osx.deployment_target = '10.12'

s.source = { :git => "https://github.com/mkoehnke/WKZombie.git", :tag => s.version.to_s }

Expand Down

0 comments on commit fcbba84

Please sign in to comment.