Skip to content

Commit

Permalink
Update SDK support library to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Sep 12, 2024
1 parent 10fac1a commit 6a8b86f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.1]

### Changed

- Update `AmazonIVSPlayer` version in `FireworkVideoIVSSupport.podspec` and `Package.swift`.

## [0.7.0]
## [0.8.0]

### Changed

Expand Down
4 changes: 2 additions & 2 deletions FireworkVideoIVSSupport.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FireworkVideoIVSSupport'
s.version = '0.7.1'
s.version = '0.8.0'
s.summary = 'FireworkVideoIVSSupport'

s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_ivs_support'
Expand All @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = "FireworkVideoIVSSupport.xcframework"
s.cocoapods_version = '>= 1.10.0'

s.dependency 'AmazonIVSPlayer', '~> 1.32.0'
s.dependency 'AmazonIVSPlayer', '1.32.0'

end
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/loopsocial/AmazonIVSPlayer.git",
.upToNextMajor(from: "1.32.0")
exact: "1.32.0"
)
],
targets: [
.binaryTarget(
name: "FireworkVideoIVSSupport",
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.7.1/FireworkVideoIVSSupport-v0.7.1.xcframework.zip",
checksum: "6da3f0f04e3f70e1ebf01aaa770186684815808c474455dfeb0ceae3dadcc29d"
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.8.0/FireworkVideoIVSSupport-v0.8.0.xcframework.zip",
checksum: "86a35ff27411dbf6df570efa22af66c070739207e4cf6a68c0161937b16ea54c"
),
.target(
name: "FireworkVideoIVSSupportDependencies",
Expand Down

0 comments on commit 6a8b86f

Please sign in to comment.