Skip to content

Commit

Permalink
Update SDK to v1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Jun 7, 2024
1 parent c62faa4 commit 7937a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.22.0"
spec.version = "1.22.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 @@ -31,8 +31,8 @@ let package = Package(
],
targets: [
.binaryTarget(name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.22.0/FireworkVideo-v1.22.0.xcframework.zip",
checksum: "0307b990395d945ce91a1b75e3ba61390f6c521bd78369586c4d6f47cba376f9"),
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.22.1/FireworkVideo-v1.22.1.xcframework.zip",
checksum: "6b761bc4c99aaebc0a9e2cfbd87a0c963515c514540c60c5b9e20af885c1b6d2"),
.target(name: "FireworkMultiHostStreaming",
dependencies: [
"FireworkVideo",
Expand Down

0 comments on commit 7937a72

Please sign in to comment.