Skip to content

Commit 44a06ab

Browse files
author
eagleychen
committed
update subpod
1 parent e17af34 commit 44a06ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

IoTVideoCloudKit.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'IoTVideoCloudKit'
4-
s.version = ENV['LIB_VERSION'] || '1.0.0'
4+
s.version = ENV['LIB_VERSION'] || '1.0.1'
55
s.summary = '腾讯连连Video SDK是腾讯云物联网平台提供,应用开发厂商可通过该 SDK 快速搭建起 OEM 版本 APP,进行物联网音视频业务开发'
66

77
s.description = <<-DESC
@@ -27,6 +27,7 @@ Pod::Spec.new do |s|
2727
# 预编译框架配置 - 使用IoTVideoCloud.framework
2828
s.vendored_frameworks = 'IoTVideoCloud.framework'
2929
s.preserve_paths = 'IoTVideoCloud.framework'
30+
s.source_files='IoTVideoCloud.framework/Headers/*.h'
3031
s.public_header_files = 'IoTVideoCloud.framework/Headers/*.h'
3132

3233
# 依赖配置

0 commit comments

Comments
 (0)