File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'ApiVideoPlayer'
3
- s . version = '1.1.4 '
3
+ s . version = '1.2.0 '
4
4
s . summary = 'The official Swift player for api.video'
5
5
6
6
s . homepage = 'https://github.com/apivideo/api.video-swift-player'
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All changes to this project will be documented in this file.
3
3
4
+ ## [ 1.2.0] - 2024-03-01
5
+ - Add support for private live stream
6
+ - Add an API to set a custom ` AVPlayerViewController `
7
+
4
8
## [ 1.1.4] - 2023-10-09
5
9
- Fix analytics when currentTime < 0
6
10
- Examples: Add default videoId
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ Or add this in your Package.swift
66
66
67
67
```
68
68
dependencies: [
69
- .package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.1.4 "),
69
+ .package(url: "https://github.com/apivideo/api.video-swift-player.git", from: "1.2.0 "),
70
70
],
71
71
```
72
72
73
73
#### Cocoapods
74
74
75
- Add ` pod 'ApiVideoPlayer', '1.1.4 ' ` in your ` Podfile `
75
+ Add ` pod 'ApiVideoPlayer', '1.2.0 ' ` in your ` Podfile `
76
76
77
77
Run ` pod install `
78
78
@@ -267,10 +267,6 @@ A demo application demonstrates how to use player.
267
267
See [ ` /example ` ] ( https://github.com/apivideo/api.video-swift-player/tree/main/Examples )
268
268
folder.
269
269
270
- On the first run, you will have to set your video Id:
271
-
272
- 1 . Replace "YOUR_VIDEO_ID" by your video Id
273
-
274
270
## Documentation
275
271
276
272
- [ Player documentation] ( https://apivideo.github.io/api.video-swift-player/documentation/apivideoplayer/ )
You can’t perform that action at this time.
0 commit comments