Skip to content

Commit db6c61f

Browse files
committed
Update SDK support library to v0.8.1
1 parent 6a8b86f commit db6c61f

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [0.8.1]
7+
8+
### Changed
9+
10+
- Update dependencies
11+
612
## [0.8.0]
713

814
### Changed

FireworkVideoIVSSupport.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FireworkVideoIVSSupport'
3-
s.version = '0.8.0'
3+
s.version = '0.8.1'
44
s.summary = 'FireworkVideoIVSSupport'
55

66
s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_ivs_support'

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ let package = Package(
1717
dependencies: [
1818
.package(
1919
url: "https://github.com/loopsocial/AmazonIVSPlayer.git",
20-
exact: "1.32.0"
20+
.exact("1.32.0")
2121
)
2222
],
2323
targets: [
2424
.binaryTarget(
2525
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"
2828
),
2929
.target(
3030
name: "FireworkVideoIVSSupportDependencies",

0 commit comments

Comments
 (0)