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 v5
Browse files Browse the repository at this point in the history
  • Loading branch information
karkakol committed Mar 8, 2024
1 parent 3bca739 commit 6b01a4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion MembraneRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'

s.source_files = 'Sources/MembraneRTC/**/*'
s.dependency 'WebRTCMembraneFramework','~> 104.5112.15'
s.dependency 'WebRTC-SDK', '=114.5735.08'
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,15 +1,6 @@
{
"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 @@ -28,6 +19,15 @@
"version": "6.6.0"
}
},
{
"package": "WebRTC",
"repositoryURL": "https://github.com/webrtc-sdk/Specs.git",
"state": {
"branch": null,
"revision": "4fa8d6d647fc759cdd0265fd413d2f28ea2e0e08",
"version": "114.5735.8"
}
},
{
"package": "Starscream",
"repositoryURL": "https://github.com/daltoniam/Starscream.git",
Expand Down
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ let package = Package(
)
],
dependencies: [
.package(
name: "WebRTCMembraneFramework", url: "https://github.com/jellyfish-dev/ios-webrtc-specs.git",
.exact("104.5112.15")),
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("114.5735.08")),
.package(
name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git",
.upToNextMajor(from: "1.18.0")),
Expand All @@ -37,7 +35,7 @@ let package = Package(
.target(
name: "MembraneRTC",
dependencies: [
"WebRTCMembraneFramework", "SwiftProtobuf", "Promises", "SwiftPhoenixClient",
"WebRTC", "SwiftProtobuf", "Promises", "SwiftPhoenixClient",
.product(name: "FBLPromises", package: "Promises"),
.product(name: "Logging", package: "swift-log"),
],
Expand Down

0 comments on commit 6b01a4d

Please sign in to comment.