Skip to content

Commit

Permalink
update pod spec file version and link url
Browse files Browse the repository at this point in the history
  • Loading branch information
HeraShowFeng committed Feb 7, 2021
1 parent 393c21d commit 73cf0ae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PLShortVideoKit-Advanced.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "PLShortVideoKit"
s.version = "3.2.2"
s.version = "3.2.3"
s.summary = "PILI iOS short video record SDK"
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
s.license = "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion PLShortVideoKit-Basic.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "PLShortVideoKit"
s.version = "3.2.2"
s.version = "3.2.3"
s.summary = "PILI iOS short video record SDK"
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
s.license = "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion PLShortVideoKit-Smart.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "PLShortVideoKit"
s.version = "3.2.2"
s.version = "3.2.3"
s.summary = "PILI iOS short video record SDK"
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
s.license = "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion PLShortVideoKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "PLShortVideoKit"
s.version = "3.2.2"
s.version = "3.2.3"
s.summary = "PILI iOS short video record SDK"
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
s.license = "Apache License 2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/PLShortVideoKitDemo/Librarys",
);
MARKETING_VERSION = 3.2.2;
MARKETING_VERSION = 3.2.3;
PRODUCT_BUNDLE_IDENTIFIER = com.qbox.PLShortVideoKitDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = 1;
Expand Down Expand Up @@ -1629,7 +1629,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/PLShortVideoKitDemo/Librarys",
);
MARKETING_VERSION = 3.2.2;
MARKETING_VERSION = 3.2.3;
PRODUCT_BUNDLE_IDENTIFIER = com.qbox.PLShortVideoKitDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = 1;
Expand Down

0 comments on commit 73cf0ae

Please sign in to comment.