From a49189841b9a58e6b781ea833317cec70ccfe06d Mon Sep 17 00:00:00 2001 From: ThibaultBee Date: Tue, 6 Dec 2022 16:10:25 +0000 Subject: [PATCH] =?UTF-8?q?chore(ios):=20temporary=20disable=20watchos=20s?= =?UTF-8?q?upport=20in=20cocoapods.=20Due=20to=20Co=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ApiVideoClient.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ApiVideoClient.podspec b/ApiVideoClient.podspec index 3bbe8a0..7223055 100644 --- a/ApiVideoClient.podspec +++ b/ApiVideoClient.podspec @@ -3,7 +3,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '10.0' s.osx.deployment_target = '10.12' s.tvos.deployment_target = '10.0' - s.watchos.deployment_target = '3.0' + # Add back when CocoaPods/CocoaPods#11558 is released + #s.watchos.deployment_target = '3.0' s.version = '1.1.0' s.source = { :git => 'https://github.com/apivideo/api.video-ios-client', :tag => 'v1.1.0' } s.authors = { 'Ecosystem Team' => 'ecosystem@api.video' }