From 4d7a7a433c8ad39a5020b5853713be4793a50ae5 Mon Sep 17 00:00:00 2001 From: Spas Bilyarski Date: Thu, 29 Aug 2019 11:38:45 +0300 Subject: [PATCH] updated podspec to supporty tvOS and watchOS --- XMLParsing.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/XMLParsing.podspec b/XMLParsing.podspec index 46af4a2..d80cb73 100644 --- a/XMLParsing.podspec +++ b/XMLParsing.podspec @@ -7,6 +7,8 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Shawn Moore" => "sm5@me.com" } s.ios.deployment_target = "10.0" + s.tvos.deployment_target = "10.0" + s.watchos.deployment_target = '3.0' s.osx.deployment_target = "10.12" s.source = { :git => "https://github.com/ShawnMoore/XMLParsing.git", :tag => s.version.to_s } s.source_files = "Sources/XMLParsing/**/*.swift"