Skip to content

Commit

Permalink
Update SDK to v1.25.1-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Nov 3, 2024
1 parent e02bdd4 commit 9d224db
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.25.1-beta.2"
spec.version = "1.25.1-beta.3"
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.25.1-beta.2/FireworkVideo-v1.25.1-beta.2.xcframework.zip",
checksum: "2c9fd5343f22e8b8b27a78e89ecaf3177473aeb176057435052daf1910218ddd")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.25.1-beta.3/FireworkVideo-v1.25.1-beta.3.xcframework.zip",
checksum: "7a317796bbe3f1848528c5e024a313d01aaa586fd0a2f419600ec67bb8f4f7dc")
]
)

0 comments on commit 9d224db

Please sign in to comment.