File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PODS:
2
- - Mediasoup-Client-Swift (0.1.1 )
2
+ - Mediasoup-Client-Swift (0.1.2 )
3
3
4
4
DEPENDENCIES:
5
5
- Mediasoup-Client-Swift (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
9
9
:path: "../"
10
10
11
11
SPEC CHECKSUMS:
12
- Mediasoup-Client-Swift: c2c44a84c39e30e0f9999c6d228b24405c2d214e
12
+ Mediasoup-Client-Swift: 6fc6d8bbf180ddb0d4c6acde019c83ac5b2a4f78
13
13
14
14
PODFILE CHECKSUM: d4fe3294dd9c7fc46519b6a7b26527f1f545e8d3
15
15
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
8
8
}
9
9
10
10
spec . name = "Mediasoup-Client-Swift"
11
- spec . version = "0.1.1 "
11
+ spec . version = "0.1.2 "
12
12
spec . platform = :ios , "14.0"
13
13
spec . module_name = "Mediasoup"
14
14
spec . module_map = "Mediasoup/Mediasoup.modulemap"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Swift wrapper for libmediasoupclient with iOS support
20
20
If you don't need to customize Mediasoup-Client-Swift itself or its dependencies, just add a line to your Podfile:
21
21
22
22
``` Ruby
23
- pod ' Mediasoup-Client-Swift' , ' 0.1.0 '
23
+ pod ' Mediasoup-Client-Swift' , ' 0.1.2 '
24
24
```
25
25
26
26
3 . ** Ease of building from scratch**
You can’t perform that action at this time.
0 commit comments