From a942c7241a2256e07e9bad2d81cb43b141d72aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eagleychen=28=E9=99=88=E9=B9=B0=29?= Date: Thu, 14 Jan 2021 14:41:26 +0800 Subject: [PATCH] =?UTF-8?q?Video=20TODO=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I13efbddf526c15e5da687ed2d968a62f3bb567f2 --- TIoTLinkKit.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TIoTLinkKit.podspec b/TIoTLinkKit.podspec index 644762c57..f106c91f7 100644 --- a/TIoTLinkKit.podspec +++ b/TIoTLinkKit.podspec @@ -34,10 +34,10 @@ Pod::Spec.new do |s| } end - #智能视频服务,引入则开启 - s.subspec 'LinkVideo' do |ss| - ss.source_files = 'Source/SDK/LinkVideo/**/*.{h,m,c}' - ss.dependency 'TIoTLinkKit/LinkSDK' - end + #智能视频服务,引入则开启 TODO +# s.subspec 'LinkVideo' do |ss| +# ss.source_files = 'Source/SDK/LinkVideo/**/*.{h,m,c}' +# ss.dependency 'TIoTLinkKit/LinkSDK' +# end end