From 0ffecea0f3e5a4895dbe3751c968be2d3061ef52 Mon Sep 17 00:00:00 2001 From: iska Date: Sat, 16 Jul 2016 14:42:55 +0200 Subject: [PATCH] Update podspec for 0.9.3 --- HTMLKit.podspec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HTMLKit.podspec b/HTMLKit.podspec index 62ec389..36cb8cb 100644 --- a/HTMLKit.podspec +++ b/HTMLKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "HTMLKit" - s.version = "0.9.2" + s.version = "0.9.3" s.summary = "HTMLKit, an Objective-C framework for your everyday HTML needs." s.license = "MIT" s.homepage = "https://github.com/iabudiab/HTMLKit" @@ -9,6 +9,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.9" + s.watchos.deployment_target = "2.0" + s.tvos.deployment_target = "9.0" s.source = { :git => "https://github.com/iabudiab/HTMLKit.git", :tag => s.version }