-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update sdk version to v4.0.5 publish for cocoapods
- Loading branch information
1 parent
5287890
commit adcc634
Showing
7 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# QNRTCKit 4.0.3 to 4.0.4 API Differences | ||
|
||
## General Headers |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'QNRTCKit-iOS' | ||
s.version = '4.0.4' | ||
s.version = '4.0.5' | ||
s.summary = 'Qiniu RTC SDK for iOS.' | ||
s.homepage = 'https://github.com/pili-engineering/QNRTC-iOS' | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = { "pili" => "[email protected]" } | ||
s.source = { :http => "https://sdk-release.qnsdk.com/QNRTCKit-universal-v4.0.4.zip"} | ||
s.source = { :http => "https://sdk-release.qiniushawn.top/QNRTCKit-universal-v4.0.5.zip"} | ||
|
||
|
||
s.platform = :ios | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'QNRTCKit-iOS' | ||
s.version = '4.0.4' | ||
s.version = '4.0.5' | ||
s.summary = 'Qiniu RTC SDK for iOS.' | ||
s.homepage = 'https://github.com/pili-engineering/QNRTC-iOS' | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = { "pili" => "[email protected]" } | ||
s.source = { :http => "https://sdk-release.qnsdk.com/QNRTCKit-iphoneos-v4.0.4.zip"} | ||
s.source = { :http => "https://sdk-release.qiniushawn.top/QNRTCKit-iphoneos-v4.0.5.zip"} | ||
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# QNRTCKit Release Notes for 4.0.5 | ||
|
||
## 内容 | ||
|
||
- [简介](#简介) | ||
- [问题反馈](#问题反馈) | ||
- [记录](#记录) | ||
|
||
## 简介 | ||
|
||
QNRTCKit 是七牛推出的一款适用于 iOS 平台的音视频通话 SDK,提供了包括美颜、滤镜、水印、音视频通话等多种功能,提供灵活的接口,支持高度定制以及二次开发。 | ||
|
||
## 记录 | ||
|
||
- 问题 | ||
- 更新 cocoapods 版本发布域名 | ||
|
||
|
||
## 问题反馈 | ||
|
||
当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 ```issues``` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 ```Labels``` 中指明类型为 bug 或者其他。 | ||
|
||
[通过这里查看已有的 issues 和提交 bug](https://github.com/pili-engineering/QNRTC-iOS/issues) |