Skip to content

Commit

Permalink
Merge pull request #119 from LZYongcn/master
Browse files Browse the repository at this point in the history
release 3.2.1
  • Loading branch information
HeraShowFeng authored Oct 23, 2020
2 parents dd1de68 + 7da20f7 commit d0b37f1
Show file tree
Hide file tree
Showing 26 changed files with 248 additions and 1,474 deletions.
14 changes: 14 additions & 0 deletions APIDiffs/api-diffs-3.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# PLShortVideoKit 3.2.0 to 3.2.1 API Differences

## General Headers

`PLShortVideoRecorder.h`

- *Added*

```objc
- (nonnull instancetype)initWithVideoConfiguration:(PLSVideoConfiguration *__nonnull)videoConfiguration
audioConfiguration:(PLSAudioConfiguration *__nonnull)audioConfiguration
videoCaptureEnabled:(BOOL)videoCaptureEnabled
audioCaptureEnabled:(BOOL)audioCaptureEnabled;
```
4 changes: 2 additions & 2 deletions PLShortVideoKit-Advanced.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
Pod::Spec.new do |s|

s.name = "PLShortVideoKit"
s.version = "3.2.0"
s.version = "3.2.1"
s.summary = "PILI iOS short video record SDK"
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
s.license = "Apache License 2.0"
s.author = { "pili" => "pili@qiniu.com" }
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-advanced-v3.2.0.zip"}
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-advanced-v#{s.version}.zip"}
s.platform = :ios
s.requires_arc = true

Expand Down
4 changes: 2 additions & 2 deletions PLShortVideoKit-Basic.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
Pod::Spec.new do |s|

s.name = "PLShortVideoKit"
s.version = "3.2.0"
s.version = "3.2.1"
s.summary = "PILI iOS short video record SDK"
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
s.license = "Apache License 2.0"
s.author = { "pili" => "pili@qiniu.com" }
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-basic-v3.2.0.zip"}
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-basic-v#{s.version}.zip"}
s.platform = :ios
s.requires_arc = true

Expand Down
4 changes: 2 additions & 2 deletions PLShortVideoKit-Smart.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
Pod::Spec.new do |s|

s.name = "PLShortVideoKit"
s.version = "3.2.0"
s.version = "3.2.1"
s.summary = "PILI iOS short video record SDK"
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
s.license = "Apache License 2.0"
s.author = { "pili" => "pili@qiniu.com" }
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-smart-v3.2.0.zip"}
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-smart-v#{s.version}.zip"}
s.platform = :ios
s.requires_arc = true

Expand Down
4 changes: 2 additions & 2 deletions PLShortVideoKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
Pod::Spec.new do |s|

s.name = "PLShortVideoKit"
s.version = "3.2.0"
s.version = "3.2.1"
s.summary = "PILI iOS short video record SDK"
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
s.license = "Apache License 2.0"
s.author = { "pili" => "pili@qiniu.com" }
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-profession-v3.2.0.zip"}
s.source = { :http => "https://sdk-release.qnsdk.com/PLShortVideoKit-profession-v#{s.version}.zip"}
s.platform = :ios
s.requires_arc = true

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d0b37f1

Please sign in to comment.