mirror of
https://github.com/mkoehnke/WKZombie.git
synced 2024-11-20 20:19:34 +03:00
Updated podspec
This commit is contained in:
parent
7a451fa234
commit
fcbba84ccf
@ -1,7 +1,7 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
|
|
||||||
s.name = "WKZombie"
|
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.summary = "WKZombie is a Swift library for iOS/OSX to browse websites without the need of User Interface or API."
|
||||||
|
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
@ -15,8 +15,8 @@ Pod::Spec.new do |s|
|
|||||||
|
|
||||||
s.author = "Mathias Köhnke"
|
s.author = "Mathias Köhnke"
|
||||||
|
|
||||||
s.ios.deployment_target = '9.1'
|
s.ios.deployment_target = '10.3'
|
||||||
s.osx.deployment_target = '10.11'
|
s.osx.deployment_target = '10.12'
|
||||||
|
|
||||||
s.source = { :git => "https://github.com/mkoehnke/WKZombie.git", :tag => s.version.to_s }
|
s.source = { :git => "https://github.com/mkoehnke/WKZombie.git", :tag => s.version.to_s }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user