File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
4
4
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
+ ## [ 0.8.1]
7
+
8
+ ### Changed
9
+
10
+ - Update dependencies
11
+
6
12
## [ 0.8.0]
7
13
8
14
### Changed
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'FireworkVideoIVSSupport'
3
- s . version = '0.8.0 '
3
+ s . version = '0.8.1 '
4
4
s . summary = 'FireworkVideoIVSSupport'
5
5
6
6
s . homepage = 'https://github.com/loopsocial/firework_ios_sdk_ivs_support'
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ let package = Package(
17
17
dependencies: [
18
18
. package (
19
19
url: " https://github.com/loopsocial/AmazonIVSPlayer.git " ,
20
- exact: " 1.32.0 "
20
+ . exact( " 1.32.0 " )
21
21
)
22
22
] ,
23
23
targets: [
24
24
. binaryTarget(
25
25
name: " FireworkVideoIVSSupport " ,
26
- url: " https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.8.0 /FireworkVideoIVSSupport-v0.8.0 .xcframework.zip " ,
27
- checksum: " 86a35ff27411dbf6df570efa22af66c070739207e4cf6a68c0161937b16ea54c "
26
+ url: " https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.8.1 /FireworkVideoIVSSupport-v0.8.1 .xcframework.zip " ,
27
+ checksum: " 3409777f01b8244bf83a1522af6fdffc47d3a9d8153a8c5977fbb067f6acb946 "
28
28
) ,
29
29
. target(
30
30
name: " FireworkVideoIVSSupportDependencies " ,
You can’t perform that action at this time.
0 commit comments