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

Commit

Permalink
remove WebRTC-SDK from specs v2
Browse files Browse the repository at this point in the history
  • Loading branch information
karkakol committed Mar 4, 2024
1 parent 7e58e7b commit cee45f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion MembraneRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'

s.source_files = 'Sources/MembraneRTC/**/*'
s.dependency 'WebRTC-SDK', '104.5112.15'
s.dependency 'SwiftProtobuf'
s.dependency 'PromisesSwift'
s.dependency 'SwiftPhoenixClient', '~> 4.0.0'
Expand Down
18 changes: 9 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"object": {
"pins": [
{
"package": "WebRTCMembraneFramework",
"repositoryURL": "https://github.com/jellyfish-dev/ios-webrtc-specs.git",
"state": {
"branch": null,
"revision": "9b7ad6d4490e4c517114fdb675696215a5195252",
"version": "104.5112.15"
}
},
{
"package": "Promises",
"repositoryURL": "https://github.com/google/promises.git",
Expand All @@ -19,15 +28,6 @@
"version": "6.6.0"
}
},
{
"package": "WebRTC",
"repositoryURL": "https://github.com/jellyfish-dev/ios-webrtc-specs.git",
"state": {
"branch": null,
"revision": "12b4db3a8ba9f45fbb768cca48ff317959e7c986",
"version": "104.5112.15"
}
},
{
"package": "Starscream",
"repositoryURL": "https://github.com/daltoniam/Starscream.git",
Expand Down

0 comments on commit cee45f5

Please sign in to comment.