File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'VideoSDKRTC'
11
- s . version = '1.0.1 '
11
+ s . version = '1.1.0 '
12
12
s . summary = 'Interactive Video API Experiences for Develoeprs.'
13
13
14
14
s . description = <<-DESC
@@ -19,7 +19,7 @@ Video sdk enables opportunity to integrate immersive video experiences into your
19
19
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
20
20
s . license = { :type => 'MIT' , :file => 'LICENSE' }
21
21
s . author = { 'Zujo Tech Pvt Ltd.' => 'support@zujo.io' }
22
- s . source = { :git => 'https://github.com/videosdk-live/videosdk-rtc-ios-sdk.git' , :tag => 'v1.0.1 ' }
22
+ s . source = { :git => 'https://github.com/videosdk-live/videosdk-rtc-ios-sdk.git' , :tag => 'v1.1.0 ' }
23
23
24
24
s . ios . deployment_target = '12.0'
25
25
#s.source_files = 'VideoSDK/**/*'
@@ -35,7 +35,7 @@ Video sdk enables opportunity to integrate immersive video experiences into your
35
35
s . dependency 'Starscream'
36
36
37
37
# output frameworks
38
- s . vendored_frameworks = 'Frameworks/VideoSDK .framework' , 'Frameworks/vl_mediasoup_client_ios.framework' , 'Frameworks/WebRTC.framework'
38
+ s . vendored_frameworks = 'Frameworks/VideoSDKRTC .framework' , 'Frameworks/vl_mediasoup_client_ios.framework' , 'Frameworks/WebRTC.framework'
39
39
40
40
# default bulid settings
41
41
s . xcconfig = {
You can’t perform that action at this time.
0 commit comments