Skip to content

Commit

Permalink
Update SDK to v1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Nov 20, 2024
1 parent de0b80b commit a568cff
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.26.0-beta.1"
spec.version = "1.26.0"
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.26.0-beta.1/FireworkVideo-v1.26.0-beta.1.xcframework.zip",
checksum: "c2271d427c8dc704f2297b2d91a8ce6a3c70a4a14c994615805fde0eef6f36b9")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.26.0/FireworkVideo-v1.26.0.xcframework.zip",
checksum: "baa398248048ee6cf4765e0368bded7e43357929a1970a032d98ef55ffbb0a4d")
]
)

0 comments on commit a568cff

Please sign in to comment.