Skip to content

Commit

Permalink
Update SDK to v1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Feb 19, 2025
1 parent e7641e2 commit b9c6789
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

## CHANGELOG

## [1.28.1]

### Added

- Support Apple native PiP for short videos.

## [1.28.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion FireworkVideo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "FireworkVideo"
spec.version = "1.28.0"
spec.version = "1.28.1"
spec.summary = "FireworkVideoSDK"
spec.homepage = "https://github.com/loopsocial/firework_ios_sdk"
spec.license = { :text => "Copyright 2021 Loop Now Technologies, Inc.", :type => "Copyright" }
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.28.0/FireworkVideo-v1.28.0.xcframework.zip",
checksum: "75a2f2acd1a20e12311fcf4e7d39b95214e7c913bd43892529752ef18dd42bc0")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.28.1/FireworkVideo-v1.28.1.xcframework.zip",
checksum: "4c87b38d28999aa634a2288b70ab7e9ead1d7d80c99defdaf60f0ba7b3440c6c")
]
)

0 comments on commit b9c6789

Please sign in to comment.