We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b238d2b commit fcbc3daCopy full SHA for fcbc3da
2 files changed
VideoOS.podspec
@@ -3,7 +3,7 @@
3
Pod::Spec.new do |s|
4
5
s.name = "VideoOS"
6
- s.version = "3.0.0"
+ s.version = "3.1.0"
7
s.summary = "Official VideoPls SDK for iOS to access VideoPls Platform with features like video os, and live os"
8
9
s.description = <<-DESC
VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/Common/Utils/VPUPGeneralInfo.m
@@ -14,7 +14,7 @@
14
#import "VPUPNotificationCenter.h"
15
#import <sys/utsname.h>
16
17
-NSString * const VideoPlsUtilsPlatformSDKVersion = @"3.0.0";
+NSString * const VideoPlsUtilsPlatformSDKVersion = @"3.1.0";
18
NSString * const VPUPGeneralInfoSDKChangedNotification = @"VPUPGeneralInfoSDKChangedNotification";
19
20
static NSString *IDFA = nil;
0 commit comments