We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17af34 commit 44a06abCopy full SHA for 44a06ab
IoTVideoCloudKit.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |s|
3
s.name = 'IoTVideoCloudKit'
4
- s.version = ENV['LIB_VERSION'] || '1.0.0'
+ s.version = ENV['LIB_VERSION'] || '1.0.1'
5
s.summary = '腾讯连连Video SDK是腾讯云物联网平台提供,应用开发厂商可通过该 SDK 快速搭建起 OEM 版本 APP,进行物联网音视频业务开发'
6
7
s.description = <<-DESC
@@ -27,6 +27,7 @@ Pod::Spec.new do |s|
27
# 预编译框架配置 - 使用IoTVideoCloud.framework
28
s.vendored_frameworks = 'IoTVideoCloud.framework'
29
s.preserve_paths = 'IoTVideoCloud.framework'
30
+ s.source_files='IoTVideoCloud.framework/Headers/*.h'
31
s.public_header_files = 'IoTVideoCloud.framework/Headers/*.h'
32
33
# 依赖配置
Source/IoTVideoCloud-iOS/IoTVideoCloudKit-1.0.0.zip renamed to Source/IoTVideoCloud-iOS/IoTVideoCloudKit-1.0.1.zip
1.02 MB
0 commit comments