Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit d60ecfa

Browse files
committed
remove WebRTC-SDK from specs v3
1 parent 8e245f5 commit d60ecfa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

MembraneRTC.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
s.swift_version = '5.0'
2222

2323
s.source_files = 'Sources/MembraneRTC/**/*'
24-
s.dependency 'WebRTC-SDK'
24+
s.dependency 'WebRTCMembraneFramework'
2525
s.dependency 'SwiftProtobuf'
2626
s.dependency 'PromisesSwift'
2727
s.dependency 'SwiftPhoenixClient', '~> 4.0.0'

Package.resolved

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"object": {
33
"pins": [
4+
{
5+
"package": "WebRTCMembraneFramework",
6+
"repositoryURL": "https://github.com/jellyfish-dev/ios-webrtc-specs.git",
7+
"state": {
8+
"branch": null,
9+
"revision": "9b7ad6d4490e4c517114fdb675696215a5195252",
10+
"version": "104.5112.15"
11+
}
12+
},
413
{
514
"package": "Promises",
615
"repositoryURL": "https://github.com/google/promises.git",
@@ -19,15 +28,6 @@
1928
"version": "6.6.0"
2029
}
2130
},
22-
{
23-
"package": "WebRTC",
24-
"repositoryURL": "https://github.com/jellyfish-dev/ios-webrtc-specs.git",
25-
"state": {
26-
"branch": null,
27-
"revision": "12b4db3a8ba9f45fbb768cca48ff317959e7c986",
28-
"version": "104.5112.15"
29-
}
30-
},
3131
{
3232
"package": "Starscream",
3333
"repositoryURL": "https://github.com/daltoniam/Starscream.git",

0 commit comments

Comments
 (0)