Skip to content

Commit af8696d

Browse files
committed
build: Bump pod version to 0.3.0
1 parent 102da76 commit af8696d

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- Mediasoup-Client-Swift (0.2.2)
2+
- Mediasoup-Client-Swift (0.3.0)
33

44
DEPENDENCIES:
55
- Mediasoup-Client-Swift (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
Mediasoup-Client-Swift: 264f4b5b79a9c9f9aa79fea8c6e4d41bc55cabec
12+
Mediasoup-Client-Swift: 03b57ba84daecccc750b592a05a77c1fb337adf7
1313

1414
PODFILE CHECKSUM: d4fe3294dd9c7fc46519b6a7b26527f1f545e8d3
1515

Mediasoup-Client-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
88
}
99

1010
spec.name = "Mediasoup-Client-Swift"
11-
spec.version = "0.2.2"
11+
spec.version = "0.3.0"
1212
spec.platform = :ios, "14.0"
1313
spec.module_name = "Mediasoup"
1414
spec.module_map = "Mediasoup/Mediasoup.modulemap"

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Swift wrapper for libmediasoupclient with iOS support
2020
If you don't need to customize Mediasoup-Client-Swift itself or its dependencies, just add a line to your Podfile:
2121

2222
```Ruby
23-
pod 'Mediasoup-Client-Swift', '0.2.2'
23+
pod 'Mediasoup-Client-Swift', '0.3.0'
2424
```
2525

2626
3. **Ease of building from scratch**
@@ -142,20 +142,22 @@ Swift wrapper for libmediasoupclient with iOS support
142142

143143
Mediasoup-Client-Swift has almost no logic, it's only a convenient wrapper for other nice libraries.
144144

145-
* [WebRTC (version m94 with patches applied locally)](https://groups.google.com/g/discuss-webrtc/c/ws0_MYHIBOw)
145+
* [WebRTC (version m112 with patches applied locally)](https://groups.google.com/g/discuss-webrtc/c/ws0_MYHIBOw)
146146

147147
* [libmediasoupclient (version 3.4.0 patched fork)](https://github.com/VLprojects/libmediasoupclient)
148148

149149
## Roadmap
150150

151-
* Upgrade WebRTC and libmediasoupclient to latest versions
151+
- [x] Upgrade WebRTC and libmediasoupclient to latest versions
152152

153-
* Support integration via SPM
153+
- [ ] Support integration via SPM
154154

155-
* Add documentation for Mediasoup-Client-Swift public interface
155+
- [ ] Add documentation for Mediasoup-Client-Swift public interface
156156

157-
* Investigate and reduce the amount of WebRTC patches
157+
- [ ] Investigate and reduce the amount of WebRTC patches
158158

159-
* Make the dependencies build script more flexible: add parametrization for included codecs and other WebRTC modules, build architectures and so on
159+
- [ ] Make the dependencies build script more flexible: add parametrization for included codecs and other WebRTC modules, build architectures and so on
160160

161-
* Add data channel support
161+
- [ ] Add data channel support
162+
163+
- [ ] Implement example app compatible with https://v3demo.mediasoup.org

0 commit comments

Comments
 (0)