Skip to content

Commit 577e85a

Browse files
committed
Merge branch 'LD-499-pod-configuration'
2 parents c947fcc + e512d78 commit 577e85a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
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.1.1)
2+
- Mediasoup-Client-Swift (0.1.2)
33

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

1111
SPEC CHECKSUMS:
12-
Mediasoup-Client-Swift: c2c44a84c39e30e0f9999c6d228b24405c2d214e
12+
Mediasoup-Client-Swift: 6fc6d8bbf180ddb0d4c6acde019c83ac5b2a4f78
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.1.1"
11+
spec.version = "0.1.2"
1212
spec.platform = :ios, "14.0"
1313
spec.module_name = "Mediasoup"
1414
spec.module_map = "Mediasoup/Mediasoup.modulemap"

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![CocoaPods](https://img.shields.io/cocoapods/v/Mediasoup-Client-Swift?style=flat)](https://img.shields.io/cocoapods/v/Mediasoup-Client-Swift)
2+
[![CocoaPods](https://img.shields.io/cocoapods/l/Mediasoup-Client-Swift?style=flat)](https://img.shields.io/cocoapods/l/Mediasoup-Client-Swift)
3+
14
# Mediasoup-Client-Swift
25

36
Swift wrapper for libmediasoupclient with iOS support
@@ -10,14 +13,14 @@ Swift wrapper for libmediasoupclient with iOS support
1013

1114
* No implicitly-unwrapped parameters in public interface. All unsafe operations are hidden inside wrapper.
1215

13-
* No Objective-C entities in public interface. All you need is wrapped into normal Swift entities and protocols. There is no need to inherit `NSObject` in your delegates, no obscure `NSErrors`, almost no obscure `NSString` and `NSInteger` based "enums".
16+
* No Objective-C entities in public interface. All you need is wrapped into normal Swift entities and protocols. There is no need to inherit `NSObject` in your delegates, no obscure `NSErrors`, almost no obscure `NSString` and `NSInteger` based "enums".
1417

1518
2. **Ease of integration**
1619

1720
If you don't need to customize Mediasoup-Client-Swift itself or its dependencies, just add a line to your Podfile:
1821

1922
```Ruby
20-
pod 'Mediasoup-Client-Swift', '0.1.0'
23+
pod 'Mediasoup-Client-Swift', '0.1.2'
2124
```
2225

2326
3. **Ease of building from scratch**

0 commit comments

Comments
 (0)