Skip to content

Commit

Permalink
build: Bump pod version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fedulvtubudul committed Mar 30, 2023
1 parent e054696 commit 306b020
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Mediasoup-Client-Swift (0.1.3)
- Mediasoup-Client-Swift (0.2.0)

DEPENDENCIES:
- Mediasoup-Client-Swift (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Mediasoup-Client-Swift: c52db7719bbd89b9cc60ea108f53b9b1f29e8773
Mediasoup-Client-Swift: d72f2ee6a6caae3270f5033464745213d95bc274

PODFILE CHECKSUM: d4fe3294dd9c7fc46519b6a7b26527f1f545e8d3

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion Mediasoup-Client-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
}

spec.name = "Mediasoup-Client-Swift"
spec.version = "0.1.3"
spec.version = "0.2.0"
spec.platform = :ios, "14.0"
spec.module_name = "Mediasoup"
spec.module_map = "Mediasoup/Mediasoup.modulemap"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Swift wrapper for libmediasoupclient with iOS support
If you don't need to customize Mediasoup-Client-Swift itself or its dependencies, just add a line to your Podfile:

```Ruby
pod 'Mediasoup-Client-Swift', '0.1.3'
pod 'Mediasoup-Client-Swift', '0.2.0'
```

3. **Ease of building from scratch**
Expand Down Expand Up @@ -142,9 +142,9 @@ Swift wrapper for libmediasoupclient with iOS support

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

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

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

## Roadmap

Expand Down

0 comments on commit 306b020

Please sign in to comment.