Skip to content

Commit 22ebcdc

Browse files
author
Rushi Sangani
committed
Update VideoSDKRTC.podspec
1 parent 877bab7 commit 22ebcdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VideoSDKRTC.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'VideoSDKRTC'
11-
s.version = '1.0.1'
11+
s.version = '1.1.0'
1212
s.summary = 'Interactive Video API Experiences for Develoeprs.'
1313

1414
s.description = <<-DESC
@@ -19,7 +19,7 @@ Video sdk enables opportunity to integrate immersive video experiences into your
1919
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2020
s.license = { :type => 'MIT', :file => 'LICENSE' }
2121
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' }
2323

2424
s.ios.deployment_target = '12.0'
2525
#s.source_files = 'VideoSDK/**/*'
@@ -35,7 +35,7 @@ Video sdk enables opportunity to integrate immersive video experiences into your
3535
s.dependency 'Starscream'
3636

3737
# 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'
3939

4040
# default bulid settings
4141
s.xcconfig = {

0 commit comments

Comments
 (0)